TextRun.MarkupType 属性

定义

获取一个报表枚举属性,该属性指示是否应处理值中出现的标记。

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::MarkupType> ^ MarkupType { Microsoft::ReportingServices::OnDemandReportRendering::ReportEnumProperty<Microsoft::ReportingServices::OnDemandReportRendering::MarkupType> ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.MarkupType> MarkupType { get; }
member this.MarkupType : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<Microsoft.ReportingServices.OnDemandReportRendering.MarkupType>
Public MustOverride ReadOnly Property MarkupType As ReportEnumProperty(Of MarkupType)

属性值

ReportEnumProperty<EnumType> 对象。

适用于