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

レポートの列挙価値を取得します。

適用対象