Propriedade _TextDecoration
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property _TextDecoration As TextDecorations
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .TextDecorations
A TextDecorations object.
Consulte também