The ReportServiceBase type exposes the following members.

Constructors

  NameDescription
ReportServiceBase
Initializes a new instance of the ReportServiceBase class.

Methods

  NameDescription
CreateCache
Implements AddDocumentToCache(String, Document, array<Object>[]()[]).
Export
Find
FindTextCore
GenerateDocumentId
GenetatePageId
Generates key to refer to the report page.
GetDocument
Returns the document saved in cash by its name.
GetDocumentInfo
GetFont
Implements GetFont(String).
GetImage
GetPageInfo
GetReportSlot
Returns the object which represents the report template storage.
GetResource
HandleError
It is evoked if there is report generation error.
Init
Implements Init()()().
OnLoadData
It is evoked for data sources initialization.
Render
RenderCore
Returns generated report by the report set name and parameters.

Properties

  NameDescription
ImageDPI
Gets or sets report images resolution.
ReportCache
Gets or sets the IReportCache object which is intended for storing a generated report on server.
ReportManager
Gets or sets the ReportManager object which controls report generation.

See Also