Skip to main content
All docs
V24.1

CallContextService(String, Int32) Constructor

Initializes a new instance of the CallContextService class with specified settings.

Namespace: DevExpress.XtraPrinting.Diagnostics

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public CallContextService(
    string context,
    int contextId
)

Parameters

Name Type
context String
contextId Int32
See Also