Gets or sets List<(Of <(T>)>) which are active report 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<Credential> Credentials { get; set; }
Visual Basic (Declaration)
Public Property Credentials As List(Of Credential)
Visual C++
public:
property List<Credential^>^ Credentials {
	List<Credential^>^ get ();
	void set (List<Credential^>^ value);
}

See Also