ReportParameter.AllowBlank 属性

定义

指示空字符串是否为该参数的有效值。

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

属性值

一个 Boolean 值。 值 true 指示空字符串是该参数的有效值。

注解

如果 TypeReportParameter 属性不是 , String则忽略此值。

适用于