StyleBaseInstance.FontStyle 属性

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

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

语法

声明
Public MustOverride Property FontStyle As FontStyles 
    Get 
    Set
用法
Dim instance As StyleBaseInstance 
Dim value As FontStyles 

value = instance.FontStyle

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

属性值

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

请参阅

参考

StyleBaseInstance 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间