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 SetDataSourcesCredentialsCompletedEventArgs(
Object[] results,
Exception exception,
bool cancelled,
Object userState
) |
Visual Basic (Declaration) |
---|
Public Sub New ( _
results As Object(), _
exception As Exception, _
cancelled As Boolean, _
userState As Object _
) |
Visual C++ |
---|
public:
SetDataSourcesCredentialsCompletedEventArgs(
array<Object^>^ results,
Exception^ exception,
bool cancelled,
Object^ userState
) |
See Also