Gets the associated exporter.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
[BrowsableAttribute(false)]
public PdfExporter Exporter { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Exporter As PdfExporter
	Get

See Also