Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.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: ReportService2010.ConditionEnum
A ConditionEnum value.