Skip to main content

ReportServerClient.ContextChannel Property

Provides the controls for the context of a channel.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public IContextChannel ContextChannel { get; }

Property Value

Type Description
IContextChannel

An object implementing the System.ServiceModel.IContextChannel interface.

Implements

See Also