ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 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. Can be specified as expression.
    Syntax
    'Declaration
     
    Public Property CommandText As System.String
    public System.string CommandText {get; set;}
    See Also