ReportParameter.Nullable 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示參數值是否為 null。
public:
property bool Nullable { bool get(); void set(bool value); };
public bool Nullable { get; set; }
member this.Nullable : bool with get, set
Public Property Nullable As Boolean
屬性值
一個只讀 Boolean 值。
備註
該 Nullable 屬性的值在 Reporting Service Execution Web service proxy 類別中有對應 NullableSpecified 屬性。 由於 Nullable 是唯讀且終端使用者無法設定,因此不需要指定此屬性。 欲了解更多關於指定屬性的資訊,請參閱「 省略可選網路服務物件的值」。