[]
Represents an object that can be used to export a SSRS report to PDF.
public class PdfExporter : PaginatedExporter
Name | Description |
---|---|
PdfExporter() |
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. |
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) |