Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client.ReportService
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
)

See Also