Class StiSvgExportService

A class for the export in the SVG image format.

Hierarchy

Implements

Index

Constructors

constructor

Properties

currentPassNumber

currentPassNumber: number = 0

exportNameInMenu

exportNameInMenu: string = StiLocalization.get("Export", "ExportTypeSvgFile")

Gets a name of the export in the context menu.

exportServiceId

exportServiceId: string = ""

imageSettings

imageSettings: StiImageExportSettings

Exports a rendered document to the file as image.

param

A report which is to be exported.

param

A name of the file for exporting a rendered report.

param

A parameter indicating whether the exported report will be sent via e - mail.

isStopped

isStopped: boolean = false

maximumPassNumber

maximumPassNumber: number = 0

multipleFiles

multipleFiles: boolean = false

Gets a value indicating a number of files in exported document as a result of export of one page of the rendered report.

position

position: StiExportPosition = StiExportPosition.Image

Gets a position of the export in the context menu.

renderedPagesCount

renderedPagesCount: number = 0

report

report: StiReport

Accessors

defaultExtension

  • get defaultExtension(): string

exportFormat

groupCategory

  • get groupCategory(): string

Methods

exportImage

exportTo

exportTo2

exportToAsync

getFilter

  • getFilter(): string

invokeExporting

invokeExporting2

  • invokeExporting2(value: number, maximum: number, currentPass: number, maximumPass: number): void

Generated using TypeDoc