Add a credentials.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public void AddCredential(
	ReportDataSourceCredential credential
)
Visual Basic (Declaration)
Public Sub AddCredential ( _
	credential As ReportDataSourceCredential _
)
Visual C++
public:
void AddCredential(
	ReportDataSourceCredential^ credential
)

See Also