SearchCondition.Condition Property

Definition

Gets or sets the type of comparison (ConditionEnum enumeration) to perform between search conditions and item properties in the report server database.

public:
 property ReportService2010::ConditionEnum Condition { ReportService2010::ConditionEnum get(); void set(ReportService2010::ConditionEnum value); };
public ReportService2010.ConditionEnum Condition { get; set; }
member this.Condition : ReportService2010.ConditionEnum with get, set
Public Property Condition As ConditionEnum

Property Value

A ConditionEnum value.

Applies to