Skip to main content
All docs
V25.1
  • CallContextService(String, Int32) Constructor

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

    Namespace: DevExpress.XtraPrinting.Diagnostics

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public CallContextService(
        string context,
        int contextId
    )

    Parameters

    Name Type
    context String
    contextId Int32
    See Also