Style.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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object that represents the size of the font.

请参阅

参考

Style 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间