Example #1
0
 void remoteDocumentSource_ReportServiceClientDemanded(object sender, ReportServiceClientDemandedEventArgs e)
 {
     e.Client = connectionProvider.CreateClient();
 }
Example #2
0
 void remoteDocumentSource1_ReportServiceClientDemanded(object sender, ReportServiceClientDemandedEventArgs e)
 {
     e.Client = serverConnection.CreateClient();
 }