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