次の方法で共有


ReportParameter.Nullable プロパティ

このパラメーターの値を Null にできるかどうかを示す値を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  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
Boolean 値。

関連項目

参照

ReportParameter クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間