FontSize プロパティ

Style クラスの FontSize プロパティの計算値を取得します。

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

構文

'宣言
Public Overrides Property FontSize As ReportSize
    Get
    Set
'使用
Dim instance As StyleInstance
Dim value As ReportSize

value = instance.FontSize

instance.FontSize = value
public override ReportSize FontSize { get; set; }
public:
virtual property ReportSize^ FontSize {
    ReportSize^ get () override;
    void set (ReportSize^ value) override;
}
abstract FontSize : ReportSize with get, set
override FontSize : ReportSize with get, set
override function get FontSize () : ReportSize
override function set FontSize (value : ReportSize)

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
FontSize プロパティの計算値を表す ReportSize 値。