ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Query Class / CommandText Property

In This Topic
    CommandText Property (Query)
    In This Topic

    Gets or sets the query to execute to obtain the data for the report.

    Syntax
    'Declaration
     
    Public Property CommandText As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo CommandText {get; set;}

    Property Value

    A String containing the query to execute to obtain the data for the report.

    See Also