ReportEnumProperty<EnumType> クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定の列挙型のレポート列挙プロパティを表します。
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
指定した列挙型。
- 継承
プロパティ
ExpressionString |
レポート プロパティが式の場合、レポート プロパティの式の文字列を取得します。 (継承元 ReportProperty) |
IsExpression |
レポート プロパティの値が式かどうかを示す値を取得します。 (継承元 ReportProperty) |
Value |
レポートの列挙プロパティの列挙値を取得します。 |