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

Syntax

C#
public bool CredentialsRequired { get; set; }
Visual Basic (Declaration)
Public Property CredentialsRequired As Boolean
Visual C++
public:
property bool CredentialsRequired {
	bool get ();
	void set (bool value);
}

See Also