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 |
获取报表枚举属性的枚举值。 |