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# |
---|
public void SetDataSourcesCredentialsAsync( string id, ObservableCollection<ReportDataSourceCredential> credentials ) |
Visual Basic (Declaration) |
---|
Public Sub SetDataSourcesCredentialsAsync ( _ id As String, _ credentials As ObservableCollection(Of ReportDataSourceCredential) _ ) |
Visual C++ |
---|
public: void SetDataSourcesCredentialsAsync( String^ id, ObservableCollection<ReportDataSourceCredential^>^ credentials ) |
Parameters
- id
- Type: System..::.String
- credentials
- Type: System.Collections.ObjectModel..::.ObservableCollection<(Of <(ReportDataSourceCredential>)>)