Back to Devexpress

RemoteDocumentSource.ReportServiceClientDemanded Event

corelibraries-devexpress-dot-reportserver-dot-printing-dot-remotedocumentsource-85389cc3.md

latest2.1 KB
Original Source

RemoteDocumentSource.ReportServiceClientDemanded Event

Occurs when connecting to a report service client.

Namespace : DevExpress.ReportServer.Printing

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public event EventHandler<ReportServiceClientDemandedEventArgs> ReportServiceClientDemanded
vb
Public Event ReportServiceClientDemanded As EventHandler(Of ReportServiceClientDemandedEventArgs)

Event Data

The ReportServiceClientDemanded event's data class is ReportServiceClientDemandedEventArgs. The following properties provide information specific to this event:

PropertyDescription
ClientSpecifies a custom report service client.

Remarks

Handle this event to provide a custom report service client.

If a custom client has not been properly connected, the RemoteDocumentSource automatically creates a new client.

See Also

RemoteDocumentSource Class

RemoteDocumentSource Members

DevExpress.ReportServer.Printing Namespace