다음을 통해 공유


FontStyle 속성

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

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore

구문

‘선언
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.