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 |
レポートの列挙価値を取得します。 |