ReportEnumProperty<EnumType> クラス

定義

特定の列挙型のレポート列挙プロパティを表します。

generic <typename EnumType>
 where EnumType : value classpublic ref class ReportEnumProperty sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty
public sealed class ReportEnumProperty<EnumType> : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty where EnumType : struct
type ReportEnumProperty<'EnumType (requires 'EnumType : struct)> = class
    inherit ReportProperty
Public NotInheritable Class ReportEnumProperty(Of EnumType)
Inherits ReportProperty

型パラメーター

EnumType

指定した列挙型。

継承
ReportEnumProperty<EnumType>

プロパティ

ExpressionString

レポート プロパティが式の場合、レポート プロパティの式の文字列を取得します。

(継承元 ReportProperty)
IsExpression

レポート プロパティの値が式かどうかを示す値を取得します。

(継承元 ReportProperty)
Value

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

適用対象