다음을 통해 공유


StyleInstance.FontSize 속성

정의

FontSize 클래스의 Style 속성에 대한 계산된 값을 가져옵니다.

public:
 virtual property Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ FontSize { Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ get(); void set(Microsoft::ReportingServices::OnDemandReportRendering::ReportSize ^ value); };
public override Microsoft.ReportingServices.OnDemandReportRendering.ReportSize FontSize { get; set; }
member this.FontSize : Microsoft.ReportingServices.OnDemandReportRendering.ReportSize with get, set
Public Overrides Property FontSize As ReportSize

속성 값

ReportSize 속성의 계산된 값을 나타내는 FontSize 값입니다.

적용 대상