Skip to main content
A newer version of this page is available. .

IReportServerClient.ContextChannel Property

Provides the controls for the context of a channel.

Namespace: DevExpress.ReportServer.ServiceModel.Client

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

IContextChannel ContextChannel { get; }

Property Value

Type Description
IContextChannel

An object implementing the System.ServiceModel.IContextChannel interface.

See Also