다음을 통해 공유


FontSize 속성

Size of the font

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

구문

‘선언
Public MustOverride ReadOnly Property FontSize As ReportSizeProperty
    Get
‘사용 방법
Dim instance As StyleBase
Dim value As ReportSizeProperty

value = instance.FontSize
public abstract ReportSizeProperty FontSize { get; }
public:
virtual property ReportSizeProperty^ FontSize {
    ReportSizeProperty^ get () abstract;
}
abstract FontSize : ReportSizeProperty
abstract function get FontSize () : ReportSizeProperty