Fills the content panel by the data-source credentials.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ClientAssembly: PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0
Syntax
C# |
---|
public List<ReportDataSourceCredential> FillDataSourceCredentials( List<ReportDataSource> credentials, LocalizationManager localizationManager ) |
Visual Basic (Declaration) |
---|
Public Function FillDataSourceCredentials ( _ credentials As List(Of ReportDataSource), _ localizationManager As LocalizationManager _ ) As List(Of ReportDataSourceCredential) |
Visual C++ |
---|
public: List<ReportDataSourceCredential^>^ FillDataSourceCredentials( List<ReportDataSource^>^ credentials, LocalizationManager^ localizationManager ) |
Parameters
- credentials
- Type: System.Collections.Generic..::.List<(Of <(ReportDataSource>)>)
The credentials.
- localizationManager
- Type: PerpetuumSoft.ReportingServices.Viewer.Client.Localization..::.LocalizationManager
The localization manager.