[]
        
(Showing Draft Content)

C1.WPF.Report.IC1FlexReportExternalRecordset

IC1FlexReportExternalRecordset Interface

Represents an external record set residing in a separate assembly.

If an assembly contains a type supporting this interface, that assembly and type can be selected in the report designer as the data source for a report. A reference to that type and the record set initialization parameters (see Params) are then saved in the XML report definition file. When the report is loaded, the recordset object is created based on the saved info, and used as the data source for the report.

Namespace: C1.WPF.Report
Assembly: C1.WPF.Report.dll
Syntax
public interface IC1FlexReportExternalRecordset

Properties

Name Description
Caption

Gets the user-friendly name of the current recordset.

Params

Gets or sets parameters of the current recordset.

Methods

Name Description
EditParams()

This method is used to set up parameters of the current recordset. For instance, the implementation of this method can show a dialog allowing the user to edit the parameters.

GetRecordset()

Returns the IC1FlexReportRecordset interface used to access data.