共用方式為


ReportEnumProperty<EnumType>.Value 屬性

Gets the enumeration value of the report enumeration property.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Value As EnumType
    Get
'用途
Dim instance As ReportEnumProperty 
Dim value As EnumType

value = instance.Value
public EnumType Value { get; }
public:
property EnumType Value {
    EnumType get ();
}
member Value : 'EnumType
function get Value () : EnumType

屬性值

型別:EnumType
The enumeration value of the property.

備註

If the report enumeration property contains an expression, the IsExpression property of the base class is set to true, and the ExpressionString property of the base class contains the expression string.

請參閱

參考

ReportEnumProperty<EnumType> 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間