Partager via


Propriété TextRun.MarkupType

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property MarkupType As ReportEnumProperty(Of MarkupType)
    Get
'Utilisation
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>

Valeur de propriété

Type : Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MarkupType>
A ReportEnumProperty<EnumType> object.

Voir aussi

Référence

TextRun Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering