Propriété TextDecoration
Gets an expression that evaluates to the special text formatting.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property TextDecoration As ReportEnumProperty(Of TextDecorations)
Get
'Utilisation
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>
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'TextDecorations> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Voir aussi