Свойство StyleInstance.FontWeight
Gets the calculated value of the FontWeight property in a Style class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Overrides Property FontWeight As FontWeights
Get
Set
'Применение
Dim instance As StyleInstance
Dim value As FontWeights
value = instance.FontWeight
instance.FontWeight = value
public override FontWeights FontWeight { get; set; }
public:
virtual property FontWeights FontWeight {
FontWeights get () override;
void set (FontWeights value) override;
}
abstract FontWeight : FontWeights with get, set
override FontWeight : FontWeights with get, set
override function get FontWeight () : FontWeights
override function set FontWeight (value : FontWeights)
Значение свойства
Тип: Microsoft.ReportingServices.OnDemandReportRendering.FontWeights
A FontWeights value that represents the calculated value of the FontWeight property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering