Свойство Style.FontWeight
Gets or sets the thickness of the font.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property FontWeight As ReportExpression(Of FontWeights)
Get
Set
'Применение
Dim instance As Style
Dim value As ReportExpression(Of FontWeights)
value = instance.FontWeight
instance.FontWeight = value
public ReportExpression<FontWeights> FontWeight { get; set; }
public:
property ReportExpression<FontWeights> FontWeight {
ReportExpression<FontWeights> get ();
void set (ReportExpression<FontWeights> value);
}
member FontWeight : ReportExpression<FontWeights> with get, set
function get FontWeight () : ReportExpression<FontWeights>
function set FontWeight (value : ReportExpression<FontWeights>)
Значение свойства
Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<FontWeights>
A ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel