EnumOperationOrigin
Enum
Represents the different requests to the reports service.
Definition
Namespace:Telerik.Reporting.Services
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public enum OperationOrigin
Fields
CreateReportInstance
Indicates that the current request resolves the report instance.
GenerateReportDocument
Indicates that the current request generates a report document, i.e., report is data bound, measured and rendered. Any logic retrieving custom data as a report and other data items' data source should be only executed for this report request.
GetPageLayout
Indicates that the current request gets the pages details of the current report document.
ResolveReportParameters
Indicates that the current request retrieves the report parameters with their properties like name, type, available values, cascading dependencies