ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / IDataSet Interface / Query Property

In This Topic
    Query Property (IDataSet)
    In This Topic
    Gets or sets a query information for the dataset.
    Syntax
    'Declaration
     
    Property Query As Query
    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