Reports for WPF
RecordSource プロパティ (Chart)

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields 名前空間 > Chart クラス : RecordSource プロパティ
Gets or sets a Sql statement to use and retrieve data for the chart.
シンタックス
'宣言
 
Public Property RecordSource As System.String
public System.string RecordSource {get; set;}
解説
If provided, data is retrieved using the parent report's ConnectionString. If omitted, data is retrieved directly from the parent report. In this latter case, the data is automatically filtered according to the current grouping scope (e.g. a chart in a 'Category' group header would contain data only for the current category).
参照

Chart クラス
Chart メンバ