StyleBaseInstance.FontWeight 属性

Gets the calculated value of the FontWeight property in a StyleBase class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public MustOverride Property FontWeight As FontWeights 
    Get 
    Set
用法
Dim instance As StyleBaseInstance 
Dim value As FontWeights 

value = instance.FontWeight

instance.FontWeight = value
public abstract FontWeights FontWeight { get; set; }
public:
virtual property FontWeights FontWeight {
    FontWeights get () abstract;
    void set (FontWeights value) abstract;
}
abstract FontWeight : FontWeights with get, set
abstract function get FontWeight () : FontWeights 
abstract function set FontWeight (value : FontWeights)

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.FontWeights
A FontWeights value that represents the calculated value of the FontWeight property.

请参阅

参考

StyleBaseInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间