[]
        
(Showing Draft Content)

C1.WPF.Document.Export.Ssrs.PdfExportProvider

PdfExportProvider Class

Describes export to Adobe PDF format.

Inheritance
PdfExportProvider
Namespace: C1.WPF.Document.Export.Ssrs
Assembly: C1.WPF.Document.dll
Syntax
public class PdfExportProvider : ExportProvider

Constructors

Name Description
PdfExportProvider()

Properties

Name Description
DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "pdf".

FormatName

Gets a short description of the PDF export format.

SupportedDocumentInfoFields

Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format.

Methods

Name Description
NewExporter()

Creates a new instance of the PdfExporter class.

See Also