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

In This Topic
    CommandText Property
    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.DataEngine.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.DataEngine.Expressions.ExpressionInfo CommandText {get; set;}

    Property Value

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

    See Also