Gets a report enumeration property that indicates whether the markup appearing in the value should be processed.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public MustOverride ReadOnly Property MarkupType As ReportEnumProperty(Of MarkupType)
Get
‘사용 방법
Dim instance As TextRun
Dim value As ReportEnumProperty(Of MarkupType)
value = instance.MarkupType
public abstract ReportEnumProperty<MarkupType> MarkupType { get; }
public:
virtual property ReportEnumProperty<MarkupType>^ MarkupType {
ReportEnumProperty<MarkupType>^ get () abstract;
}
abstract MarkupType : ReportEnumProperty<MarkupType>
abstract function get MarkupType () : ReportEnumProperty<MarkupType>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MarkupType>
A ReportEnumProperty<EnumType> object.