FlexReport for WinForms
DataSource プロパティ (ChartField)


C1.Win.FlexReport.4.8 アセンブリ > C1.Win.FlexReport 名前空間 > ChartField クラス : DataSource プロパティ
Gets or sets the name of the data source for the chart. The name must match a name of a data source in the report's DataSources collection. Empty string indicates that the main data source will be used.
シンタックス
'宣言
 
Public Property DataSource As System.String
'使用法
 
Dim instance As ChartField
Dim value As System.String
 
instance.DataSource = value
 
value = instance.DataSource
public System.string DataSource {get; set;}
参照

参照

ChartField クラス
ChartField メンバ