Partager via


Propriété TextRun._TextDecoration

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the TextDecorations of the specified text.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property _TextDecoration As TextDecorations 
    Get
'Utilisation
Dim instance As TextRun 
Dim value As TextDecorations 

value = instance._TextDecoration
public TextDecorations _TextDecoration { get; }
public:
property TextDecorations _TextDecoration {
    TextDecorations get ();
}
member _TextDecoration : TextDecorations
function get _TextDecoration () : TextDecorations

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.TextDecorations
A TextDecorations object.

Voir aussi

Référence

TextRun Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel