Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets a report enumeration property that indicates whether the markup appearing in the value should be processed.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property MarkupType As ReportEnumProperty(Of MarkupType)
Get
'Uso
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>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MarkupType>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering