Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Property Condition As ConditionEnum
Get
Set
'Usage
Dim instance As SearchCondition
Dim value As ConditionEnum
value = instance.Condition
instance.Condition = value
public ConditionEnum Condition { get; set; }
public:
property ConditionEnum Condition {
ConditionEnum get ();
void set (ConditionEnum value);
}
member Condition : ConditionEnum with get, set
function get Condition () : ConditionEnum
function set Condition (value : ConditionEnum)
Property Value
Type: ReportService2005.ConditionEnum
A ConditionEnum value.