Click or drag to resize

StiExportService Class

Describes an abstract class that allows to save and load documents.
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.ExportStiExportService
      More...

Namespace:  Stimulsoft.Report.Export
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public abstract class StiExportService : StiService

The StiExportService type exposes the following members.

Constructors
  NameDescription
Protected methodStiExportService
Initializes a new instance of the StiExportService class
Top
Properties
  NameDescription
Public propertyDefaultExtension
Gets or sets a default extension of export.
Public propertyExportFormat
Public propertyExportNameInMenu
Gets an export name in the context menu.
Public propertyGroupCategory
Gets a group of the export in the context menu.
Public propertyIsStopped
Public propertyMultipleFiles
Gets a value indicating a number of files in exported document as a result of export of one page of the rendered report.
Public propertyOwnerWindow
Public propertyPosition
Gets a position of the export in the context menu. 0-PDF, 1-HTML, 2-RTF, 3-XML, 4-EXCEL, 5-EXCELXML, 6-TEXT 10-BMP, 11-GIF, 12-JPEG, 13-PNG, 14-TIFF, 20-EMF
Public propertyProgress
Public propertyProperties (Inherited from StiService.)
Protected propertyRenderedPagesCount
Public propertyServiceCategory
Gets a service category.
(Overrides StiServiceServiceCategory.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName (Inherited from StiService.)
Public propertyServiceType
Gets a service type.
(Overrides StiServiceServiceType.)
Public propertyStatusString
Gets or sets a status string for the progress information.
Top
Methods
  NameDescription
Public methodClone (Inherited from StiService.)
Protected methodCloseProgress
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodExport(StiReport)
Exports a document to the stream with dialog of saving file.
Public methodExport(StiReport, String)
Exports a document to the stream.
Public methodExport(StiReport, String, StiGuiMode)
Exports a document to the stream.
Public methodExport(StiReport, String, Boolean)
Exports a document to the stream.
Public methodExport(StiReport, String, Boolean, StiGuiMode)
Exports a document to the stream.
Public methodExportTo
Exports a document to the stream without dialog of the saving file.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetFilter
Returns a filter for files of the export format.
Public methodStatic memberGetFilters
Returns the filter of all available services which serves for saving, loading a document.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodStatic memberGetOrderFileName
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvokeExporting(StiExportingEventArgs)
Public methodInvokeExporting(Int32, Int32, Int32, Int32)
Public methodInvokeExporting(StiPage, StiPagesCollection, Int32, Int32)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnExporting
Protected methodOpenFile
Public methodPackService (Inherited from StiService.)
Protected methodProcessFile
Protected methodSendEMail(String, String, String)
Protected methodSendEMail(String, String, String, String)
Protected methodShowProgress
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventExporting
An event which fires when report is being exported.
Top
See Also
Inheritance Hierarchy
SystemObject
  Stimulsoft.Base.ServicesStiService
    Stimulsoft.Report.ExportStiExportService
      Stimulsoft.Report.ExportStiCsvExportService
      Stimulsoft.Report.ExportStiDataExportService
      Stimulsoft.Report.ExportStiDbfExportService
      Stimulsoft.Report.ExportStiDifExportService
      Stimulsoft.Report.ExportStiExcel2007ExportService
      Stimulsoft.Report.ExportStiExcelExportService
      Stimulsoft.Report.ExportStiExcelXmlExportService
      Stimulsoft.Report.ExportStiHtml5ExportService
      Stimulsoft.Report.ExportStiHtmlExportService
      Stimulsoft.Report.ExportStiImageExportService
      Stimulsoft.Report.ExportStiJsonExportService
      Stimulsoft.Report.ExportStiMhtExportService
      Stimulsoft.Report.ExportStiOdsExportService
      Stimulsoft.Report.ExportStiOdtExportService
      Stimulsoft.Report.ExportStiPdfExportService
      Stimulsoft.Report.ExportStiPpt2007ExportService
      Stimulsoft.Report.ExportStiRtfExportService
      Stimulsoft.Report.ExportStiSylkExportService
      Stimulsoft.Report.ExportStiTxtExportService
      Stimulsoft.Report.ExportStiWord2007ExportService
      Stimulsoft.Report.ExportStiXmlExportService
      Stimulsoft.Report.ExportStiXpsExportService