[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.LayerBase.RecordSource

RecordSource Property

RecordSource

Gets or sets an SQL statement used to retrieve data for the layer.

Declaration
[Obsolete("Obsoleted. Please use DataSource property.")]
[Browsable(false)]
public string RecordSource { get; set; }
Remarks

Obsoleted. Please use DataSource property.

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).