Represents report data source credentials.

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

Syntax

C#
public class ReportDataSourceCredential
Visual Basic (Declaration)
Public Class ReportDataSourceCredential
Visual C++
public ref class ReportDataSourceCredential

Remarks

Use the ReportDataSourceCredential class with the SetDataSourcesCredentials(String, array<ReportDataSourceCredential>[]()[], ExceptionDetailBase%) method to pass credentials to an external data source.

Inheritance Hierarchy

System..::.Object
  PerpetuumSoft.ReportingServices.Viewer.Server..::.ReportDataSourceCredential

See Also