C1.WPF.Document.4.6.2 Assembly / C1.WPF.Document.Export.Ssrs Namespace / MhtmlExporter Class / ExportProvider Property

In This Topic
ExportProvider Property (MhtmlExporter)
In This Topic
Gets an instance of a class derived from ExportProvider describing the export format associated with the current exporter. That instance can be used to retrieve static information about the current export format such as format description or default extension.
Syntax
'Declaration
 
Public Overrides ReadOnly Property ExportProvider As ExportProvider
 
See Also