Enum
OperationOrigin

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.

Declaration

cs-api-definition
CreateReportInstance = 1

Field Value

OperationOrigin

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.

Declaration

cs-api-definition
GenerateReportDocument = 2

Field Value

OperationOrigin

GetPageLayout

Indicates that the current request gets the pages details of the current report document.

Declaration

cs-api-definition
GetPageLayout = 3

Field Value

OperationOrigin

ResolveReportParameters

Indicates that the current request retrieves the report parameters with their properties like name, type, available values, cascading dependencies

Declaration

cs-api-definition
ResolveReportParameters = 0

Field Value

OperationOrigin