StyleBase.TextDecoration Propiedad
Gets an expression that evaluates to the special text formatting.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
Get
'Uso
Dim instance As StyleBase
Dim value As ReportEnumProperty(Of TextDecorations)
value = instance.TextDecoration
public abstract ReportEnumProperty<TextDecorations> TextDecoration { get; }
public:
virtual property ReportEnumProperty<TextDecorations>^ TextDecoration {
ReportEnumProperty<TextDecorations>^ get () abstract;
}
abstract TextDecoration : ReportEnumProperty<TextDecorations>
abstract function get TextDecoration () : ReportEnumProperty<TextDecorations>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<TextDecorations>
A ReportEnumProperty<EnumType> object that represents the special text formatting.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering