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


Свойство TextRun._FontWeight

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

Gets the FontWeights of the specified text.

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

Синтаксис

'Декларация
Public ReadOnly Property _FontWeight As FontWeights 
    Get
'Применение
Dim instance As TextRun 
Dim value As FontWeights 

value = instance._FontWeight
public FontWeights _FontWeight { get; }
public:
property FontWeights _FontWeight {
    FontWeights get ();
}
member _FontWeight : FontWeights
function get _FontWeight () : FontWeights

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

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

См. также

Справочник

TextRun Класс

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