ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / RecordSource Property

In This Topic
    RecordSource Property (Chart)
    In This Topic
    Gets or sets a Sql statement to use and retrieve data for the chart.
    Syntax
    'Declaration
     
    Public Property RecordSource As String
    public string RecordSource {get; set;}
    Remarks
    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).
    See Also