FontSize 속성
Gets an expression that evaluates to the size of the font.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public Overrides ReadOnly Property FontSize As ReportSizeProperty
Get
‘사용 방법
Dim instance As Style
Dim value As ReportSizeProperty
value = instance.FontSize
public override ReportSizeProperty FontSize { get; }
public:
virtual property ReportSizeProperty^ FontSize {
ReportSizeProperty^ get () override;
}
abstract FontSize : ReportSizeProperty
override FontSize : ReportSizeProperty
override function get FontSize () : ReportSizeProperty