Namespace:
PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Assembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
IAsyncResult BeginSetDataSourcesCredentials( string id, ObservableCollection<ReportDataSourceCredential> credentials, AsyncCallback callback, Object asyncState ) |
Visual Basic (Declaration) |
---|
Function BeginSetDataSourcesCredentials ( _ id As String, _ credentials As ObservableCollection(Of ReportDataSourceCredential), _ callback As AsyncCallback, _ asyncState As Object _ ) As IAsyncResult |
Visual C++ |
---|
IAsyncResult^ BeginSetDataSourcesCredentials( String^ id, ObservableCollection<ReportDataSourceCredential^>^ credentials, AsyncCallback^ callback, Object^ asyncState ) |
Parameters
- id
- Type: System..::.String
- credentials
- Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(ReportDataSourceCredential>)>)
- callback
- Type: System..::.AsyncCallback
- asyncState
- Type: System..::.Object