TextDecoration Propiedad
Special text formatting.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public Overrides ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
Get
'Uso
Dim instance As Style
Dim value As ReportEnumProperty(Of TextDecorations)
value = instance.TextDecoration
public override ReportEnumProperty<TextDecorations> TextDecoration { get; }
public:
virtual property ReportEnumProperty<TextDecorations>^ TextDecoration {
ReportEnumProperty<TextDecorations>^ get () override;
}
abstract TextDecoration : ReportEnumProperty<TextDecorations>
override TextDecoration : ReportEnumProperty<TextDecorations>
override function get TextDecoration () : ReportEnumProperty<TextDecorations>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'TextDecorations> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Vea también