FontSize プロパティ

フォントのサイズ。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
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