次の方法で共有


ReportEnumProperty<EnumType>.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 プロパティに式の文字列が含まれています。

関連項目

参照

ReportEnumProperty<EnumType> クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間