ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class QueryDesignerState - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    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()
    Namespace: Syncfusion.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class QueryDesignerState

    Constructors

    QueryDesignerState()

    Declaration
    public QueryDesignerState()

    QueryDesignerState(ReportSerializer)

    Declaration
    public QueryDesignerState(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    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
    Type Description
    StoredProcedure

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved