TextRun.MarkupType Property

Definition

Gets a report enumeration property that indicates whether the markup appearing in the value should be processed.

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)

Property Value

A ReportEnumProperty<EnumType> object.

Applies to