Indicates whether the report needs to be supplied with 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 bool CredentialsRequired { get; set; }
Visual Basic (Declaration)
Public Property CredentialsRequired As Boolean
Visual C++
public:
property bool CredentialsRequired {
	bool get ();
	void set (bool value);
}

Remarks

The report will not run if the CredentialsRequired property is true.

See Also