Class SearchCondition
Inheritance
System.Object
SearchCondition
Assembly: BoldReports.Web.dll
Syntax
public class SearchCondition : Object
Constructors
SearchCondition()
Declaration
Properties
Condition
Declaration
public ConditionEnum Condition { get; set; }
Property Value
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[] |
|