Reports for WinForms | ComponentOne
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 String
    public string CommandText {get; set;}
    See Also