Proprietà _TextDecoration
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
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