共用方式為


StyleInstance.FontStyle 屬性

Gets the calculated value of the FontStyle property in a Style class.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public Overrides Property FontStyle As FontStyles 
    Get 
    Set
'用途
Dim instance As StyleInstance 
Dim value As FontStyles 

value = instance.FontStyle

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.FontStyles
A FontStyles value that represents the calculated value of the FontStyle property.

請參閱

參考

StyleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間