CredentialsRequired 属性
Indicates whether the report requires credentials.
命名空间: ReportExecution2005
程序集: ReportExecution2005(在 ReportExecution2005.dll 中)
语法
声明
Public Property CredentialsRequired As Boolean
Get
Set
用法
Dim instance As ExecutionInfo
Dim value As Boolean
value = instance.CredentialsRequired
instance.CredentialsRequired = value
public bool CredentialsRequired { get; set; }
public:
property bool CredentialsRequired {
bool get ();
void set (bool value);
}
member CredentialsRequired : bool with get, set
function get CredentialsRequired () : boolean
function set CredentialsRequired (value : boolean)
属性值
类型:System. . :: . .Boolean
A Boolean value. A value of true indicates that the report requires credentials.
注释
The report will not run if the CredentialsRequired property is true.