SearchCondition.Condition Property

 

Applies To: SQL Server 2016 Preview

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

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

Property Value

Type: ReportService2005.ConditionEnum

A ConditionEnum value.

See Also

SearchCondition Class
ReportService2005 Namespace

Return to top