Поделиться через


Свойство TextRun._TextDecoration

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the TextDecorations of the specified text.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public ReadOnly Property _TextDecoration As TextDecorations 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.TextDecorations
A TextDecorations object.

См. также

Справочник

TextRun Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel