Saves the data-source 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 List<ReportDataSourceCredential> SaveDataSourceCredentials()
Visual Basic (Declaration)
Public Function SaveDataSourceCredentials As List(Of ReportDataSourceCredential)
Visual C++
public:
List<ReportDataSourceCredential^>^ SaveDataSourceCredentials()

Return Value

See Also