Class QueryDesignerState
Inheritance
System.Object
QueryDesignerState
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class QueryDesignerState
Constructors
QueryDesignerState()
Declaration
public QueryDesignerState()
QueryDesignerState(ReportSerializer)
Declaration
public QueryDesignerState(ReportSerializer serializer)
Parameters
Properties
Expressions
Declaration
public List<Expression> Expressions { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Expression> |
|
Filters
Declaration
public List<QueryFilter> Filters { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<QueryFilter> |
|
Joins
Declaration
public List<Join> Joins { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Join> |
|
StoredProcedure
Declaration
public StoredProcedure StoredProcedure { get; set; }
Property Value
Tables
Declaration
public List<Table> Tables { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Table> |
|
Methods
ShouldSerializeExpressions()
Declaration
public bool ShouldSerializeExpressions()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeFilters()
Declaration
public bool ShouldSerializeFilters()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeJoins()
Declaration
public bool ShouldSerializeJoins()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTables()
Declaration
public bool ShouldSerializeTables()
Returns
Type |
Description |
System.Boolean |
|