[]
        
(Showing Draft Content)

C1.WPF.FlexReport.DataSource.RecordSource

RecordSource Property

RecordSource

Gets or sets a string that specifies which table, stored procedure, or Sql command to use for retrieving the report data.

Declaration
public string RecordSource { get; set; }
Remarks
<p>The <xref href="C1.WPF.FlexReport.DataSource.ConnectionString" data-throw-if-not-resolved="false"></xref> specifies the database that contains the report data. 

The RecordSource property specifies which table, stored procedure, or Sql command to use for retrieving the data.

If you want to use a different type of connection (e.g. System.Data.SqlClient.SqlConnection, or if your application already has the data available in a DataTable object, you can assign the data directly to the Recordset property.