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,則忽略此值。

適用於