Specifies a valid SQL statement used to retrieve records from the data source.
[Visual Basic]
Public Property SQL As String
[C#]
public string SQL {get; set;}
ActiveReports creates a DataReader and uses it to load the data into the report.
The SQL string may contain parameter placeholder syntax to fill the report's parameters collection and prompt the user to enter their values before executing the report.
[C#]
Private void rptDataDynamics_ReportStart(object sender, System.EventArgs eArgs) |
[Visual Basic]
Private Sub rptDD_ReportStart(ByVal sender As Object, ByVal e As System.EventArgs) Handles MyBase.ReportStart |
SqlDBDataSource Class | SqlDBDataSource Members | Parameters class | Parameter class | Parameters property
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.