[]
        
(Showing Draft Content)

C1.WPF.Report.FlexReport.InternalExport

InternalExport Method

InternalExport(ExportFilter, IExecutionContext)

Should be overriden. Exports current with using specified exporter.

Declaration
protected override void InternalExport(ExportFilter exporter, IExecutionContext context)
Parameters
Type Name Description
ExportFilter exporter
IExecutionContext context

A IExecutionContext object defining the context to set.

Overrides