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

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