WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SharedQuery - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SharedQuery

    Represents a shared query.

    Inheritance
    System.Object
    SharedQuery
    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.Server
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class SharedQuery

    Constructors

    SharedQuery()

    Declaration
    public SharedQuery()

    SharedQuery(ReportSerializer)

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

    Properties

    CommandText

    Declaration
    public string CommandText { get; set; }
    Property Value
    Type Description
    System.String

    CommandType

    Declaration
    public CommandType CommandType { get; set; }
    Property Value
    Type Description
    CommandType

    DataSetParameters

    Declaration
    public DataSetParameters DataSetParameters { get; set; }
    Property Value
    Type Description
    DataSetParameters

    DataSourceReference

    Declaration
    public string DataSourceReference { get; set; }
    Property Value
    Type Description
    System.String

    QueryDesignerState

    Declaration
    public QueryDesignerState QueryDesignerState { get; set; }
    Property Value
    Type Description
    QueryDesignerState

    Timeout

    Declaration
    public int Timeout { get; set; }
    Property Value
    Type Description
    System.Int32

    UseGenericDesigner

    Declaration
    public bool UseGenericDesigner { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved