Value プロパティ

レポートの列挙プロパティの値を取得します。

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

構文

'宣言
Public ReadOnly Property Value As EnumType
    Get
'使用
Dim instance As ReportEnumProperty
Dim value As EnumType

value = instance.Value
public EnumType Value { get; }
public:
property EnumType Value {
    EnumType get ();
}
member Value : 'EnumType
function get Value () : EnumType

プロパティ値

型: EnumType
レポートの列挙プロパティの値を取得します。

説明

レポートの列挙プロパティに式が含まれている場合は、基本クラスの IsExpression プロパティが true に設定され、基本クラスの ExpressionString プロパティに式の文字列が含まれています。