OperationOrigin
Enum
Represents the different requests to the reports service.
Definition
Namespace:Telerik.Reporting.Services
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum OperationOrigin
Fields
Indicates that the current request resolves the report instance.
C#
CreateReportInstance = 1
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.
C#
GenerateReportDocument = 2
Indicates that the current request gets the pages details of the current report document.
C#
GetPageLayout = 3
Indicates that the current request retrieves the report parameters with their properties like name, type, available values, cascading dependencies
C#
ResolveReportParameters = 0