Class SearchCondition
Inheritance
System.Object
SearchCondition
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.SqlServer.ReportingServices2010
Assembly: BoldReports.Web.dll
Syntax
public class SearchCondition
Constructors
SearchCondition()
Declaration
public SearchCondition()
Properties
Condition
Declaration
public ConditionEnum Condition { get; set; }
Property Value
Type | Description |
---|---|
ConditionEnum |
ConditionSpecified
Declaration
public bool ConditionSpecified { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Values
Declaration
public string[] Values { get; set; }
Property Value
Type | Description |
---|---|
System.String[] |