[]
        
(Showing Draft Content)

C1.Win.C1Document.Export.Ssrs.PdfExporter

PdfExporter Class

Represents an object that can be used to export a SSRS report to PDF.

Inheritance
PdfExporter
Namespace: C1.Win.C1Document.Export.Ssrs
Assembly: C1.Win.C1Document.4.8.dll
Syntax
public class PdfExporter : PaginatedExporter

Constructors

Name Description
PdfExporter()

Properties

Name Description
EmbedFonts

Gets or sets a value indicating whether the fonts used in the report should be embedded in the generated PDF. This property is used only when ServerSide is false.

ExportProvider

Gets PdfExportProvider.

HumanReadablePDF

Gets or sets a value indicating whether the PDF document should be created uncompressed, which allows the PDF source to be human-readable. This property is used only when ServerSide is true. The default value is false.

PdfACompatible

Gets or sets a value indicating whether the generated PDF file should be PDF/A compatible. This property is used only when ServerSide is false.

PdfSecurityOptions

Gets a PdfSecurityOptions object which specifies who can use the PDF document and what actions are allowed. This property is used only when ServerSide is false.

ServerSide

Gets or sets a value indicating whether the export is executed on the server side. The default value is true.

UseCompression

Gets or sets a value indicating whether the generated PDF file should use compression. This property is used only when ServerSide is false.

Methods

Name Description
CanExportRange(OutputRangeType)

Tests whether the specified type of range can be exported by the exporter.

CopyPropertiesFromOptionsForm(IExportOptionsFormBase)
CopyPropertiesToOptionsForm(IExportOptionsFormBase)
GetDevInfo()
GetFormat()
InternalExport(IExecutionContext)