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

See Also