ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataSet Class / Query Property

In This Topic
    Query Property (DataSet)
    In This Topic
    Gets or sets a query information for the dataset.
    Syntax
    'Declaration
     
    Public Property Query As Query
    public Query Query {get; set;}

    Property Value

    A Query object including connection details, query text, and other relevant information for retrieving data.
    Remarks
    This property must be set to fetch data from the data source.
    See Also