次の方法で共有


ReportParameter.AllowBlank プロパティ

パラメーターの値に空白を設定できるかどうかを示します。

名前空間:  Microsoft.ReportingServices.ReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property AllowBlank As Boolean 
    Get
'使用
Dim instance As ReportParameter 
Dim value As Boolean 

value = instance.AllowBlank
public bool AllowBlank { get; }
public:
property bool AllowBlank {
    bool get ();
}
member AllowBlank : bool
function get AllowBlank () : boolean

プロパティ値

型: System.Boolean
パラメーターに空白値を使用できるかどうかを示す Boolean です。値が true の場合は、空白値を使用できることを示します。値が false の場合は、空白値を使用できないことを示します。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.ReportRendering 名前空間