共用方式為


TextRun.MarkupType 屬性

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.

請參閱

參考

TextRun 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間