[]
        
(Showing Draft Content)

C1.Win.C1Document.Export.Ssrs.PdfExportProvider

PdfExportProvider Class

Describes export to Adobe PDF format.

Inheritance
PdfExportProvider
Namespace: C1.Win.C1Document.Export.Ssrs
Assembly: C1.Win.C1Document.4.8.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.

OptionsFormClass

Overriden. Gets the type of form which is used to edit the export options by default.

SupportedDocumentInfoFields

Methods

Name Description
NewExporter()

Creates a new instance of the PdfExporter class.

See Also