StiSylkExportService Class

Namespace: Stimulsoft.Report.Export

Inheritance

Inherits from: StiExportService

Methods

Method Returns Description
Export void Exports a rendered report to a Sylk file.
ExportSylk (+2 overloads) void Exports a rendered report to a Sylk file.
ExportTo void Exports a document to the stream without dialog of the saving file.
GetFilter string Returns the filter of all available services which serves for saving, loading a document.

Method Details

Export

Export(report: StiReport, fileName: string, sendEMail: bool, guiMode: StiGuiMode): void

Exports a rendered report to a Sylk file.

Parameters

  • report (StiReport) — A report which is to be exported.
  • fileName (string) — A name of the file for exporting a rendered report.
  • sendEMail (bool) — A parameter indicating whether the exported report will be sent via e-mail.
  • guiMode (StiGuiMode)

ExportSylk

ExportSylk(report: StiReport, fileName: string): void

Exports a rendered report to a Sylk file.

Parameters

  • report (StiReport) — A report which is to be exported.
  • fileName (string) — A name of the file for exporting a rendered report.

ExportSylk(report: StiReport, stream: Stream): void

Exports a rendered report to a Sylk file.

Parameters

  • report (StiReport) — A report which is to be exported.
  • stream (Stream) — A stream for export of a document.

ExportSylk(report: StiReport, stream: Stream, settings: StiDataExportSettings): void

Exports a rendered report to a Sylk file.

Parameters

  • report (StiReport) — A report which is to be exported.
  • stream (Stream) — A stream for export of a document.
  • settings (StiDataExportSettings)

ExportTo

ExportTo(report: StiReport, stream: Stream, settings: StiExportSettings): void

Exports a document to the stream without dialog of the saving file.

Parameters

  • report (StiReport) — A report which is to be exported.
  • stream (Stream) — A stream in which report will be exported.
  • settings (StiExportSettings) — A settings for the report exporting.

GetFilter

GetFilter(): string

Returns the filter of all available services which serves for saving, loading a document.

Returns string — Filter.

Fields

Field Type Description
Bold bool  
Color int  
Height int  
Italic bool  
Name string  
Underlined bool