TextRun.MarkupType 属性
Indicates whether 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>