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

In This Topic
    Query Property (IDataSet)
    In This Topic

    Information about the data source, including connection information, query, etc.

    Syntax
    'Declaration
     
    Property Query As Query
    Query Query {get; set;}

    Property Value

    A Query object with information about the data source, including connection information, query, etc.

    Remarks

    A setting for this property is required to get the data from the data source.

    See Also