FlexReport for WinForms
DataSourceName プロパティ (Series)


C1.Report アセンブリ > C1.Report.FlexChart 名前空間 > Series クラス : DataSourceName プロパティ
Gets or sets the name of the data source for the series. The name must match the name of a data source in the report's DataSources collection.

Empty string indicates that the C1.Report.FlexChartField.ChartData.DataSource will be used.

シンタックス
'宣言
 
Public Property DataSourceName As System.String
'使用法
 
Dim instance As Series
Dim value As System.String
 
instance.DataSourceName = value
 
value = instance.DataSourceName
public System.string DataSourceName {get; set;}
参照

参照

Series クラス
Series メンバ