ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / DbDataSource Class / CommandText Property

In This Topic
    CommandText Property (DbDataSource)
    In This Topic
    Specifies a valid SQL statement used to retrieve records from the data source.
    Syntax
    'Declaration
     
    Public Property CommandText As String
    public string CommandText {get; set;}
    See Also