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

C1.WPF.C1Report.CustomFields.4 アセンブリ > C1.C1Report.CustomFields.Maps 名前空間 > LayerBase クラス : RecordSource プロパティ
Gets or sets an SQL statement used to retrieve data for the layer.
シンタックス
'宣言
 
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 layer in a 'Category' group header would contain data only for the current category).
参照

LayerBase クラス
LayerBase メンバ