ExecutionInfo.ParametersRequired 属性

定义

指示该报表是否需要提供参数值。

public:
 property bool ParametersRequired { bool get(); void set(bool value); };
public bool ParametersRequired { get; set; }
member this.ParametersRequired : bool with get, set
Public Property ParametersRequired As Boolean

属性值

一个 Boolean 值。

注解

如果此属性为 true,则报表不会运行。

适用于