Click or drag to resize

ReportExecution Class

Main worker class that handles a report execution and rendering.
Inheritance Hierarchy
SystemObject
  Seal.ModelReportExecution

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 8.0.0.0+c5a14bc14715399f60fcf611201a5e8ad953fbc3
Syntax
C#
public class ReportExecution

The ReportExecution type exposes the following members.

Constructors
 NameDescription
Public methodReportExecutionInitializes a new instance of the ReportExecution class
Top
Methods
 NameDescription
Public methodBuildResultPagesModel Build the result pages of a report model
Public methodCheckInputRestrictions Check the current input restriction values
Public methodConvertToExcelResult Generate the Excel result of the current execution
Public methodConvertToPDFResult Generate the PDF result of the current execution
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodExecute Execute the current report
Public methodStatic memberExecuteReportSchedule Execute a report schedule
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGenerateHTMLResult Generate the HTML result of the current execution
Public methodGeneratePrintResult Generate the HTML Print result of the current execution
Public methodGenerateResult Generate the report in a given format and retruns the file path
Public methodGetEnumValues Return the new enum values with a filter applied
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetReportModelsToExecute List of models to execute after cleaning of models involved in View Restrictions
Public methodStatic memberGetReportSchedule Return the report of a given schedule GUID
Public methodStatic memberGetScheduledReport Return the report of a given schedule GUID
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadResultTableModel Load the result table of a report model
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodProcessOutput 
Public methodRender Render the report and returns the result
Public methodRenderHTMLDisplay Render only the HTML result for display
Public methodRenderHTMLDisplayForViewer Render the HTML display for the Web Server
Public methodRenderResult Render the report result
Public methodSetError Add an execution error
Public methodStatic memberSetRestrictions Set restriction values from input 1,2,3,4
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdateEnumValues Update the current selected enum values during the report execution
Top
Fields
See Also