Condividi tramite


Proprietà TextRun._TextDecoration

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the TextDecorations of the specified text.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property _TextDecoration As TextDecorations 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

TextRun Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel