次の方法で共有


ReportParameter.Nullable プロパティ

パラメーターの値に NULL を使用できるかどうかを示す Boolean 値を取得します。

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

構文

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

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

プロパティ値

型: System.Boolean
レポート パラメーターに Null を使用できるかどうかを示す Boolean 値です。値が true の場合は、パラメーターに NULL を使用できます。値が false の場合は、パラメーターに NULL を使用できません。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.ReportRendering 名前空間