FlexReport for WinForms
DataSource クラス
メンバ 


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 : DataSource クラス
Represnts a data source in a FlexReport.
オブジェクト モデル
DataSource クラス
シンタックス
'宣言
 
Public Class DataSource 
   Inherits StrongNamedReportObject
   Implements C1.Document.Serialization.IC1Serializable 
'使用法
 
Dim instance As DataSource
解説

Most reports specify their data sources by setting the ConnectionString and RecordSource properties. The DataSource object uses these values to connect to a database and retrieve the report data.

Alternatively, you can assign data objects directly to the Recordset property. This approach is more efficient in scenarios where the data has already been loaded by the application for other purposes, and can be used in the report directly instead of loading a copy.

継承階層

System.Object
   C1.Report.ReportObject
      C1.Report.StrongNamedReportObject
         C1.Report.DataSource

参照

参照

DataSource メンバ
C1.Report 名前空間