CustomLabel.UseFontPercent 属性

Gets an expression that evaluates to a value that indicates whether the font size is measured as a percentage of the parent or in units specified.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property UseFontPercent As ReportBoolProperty
    Get
用法
Dim instance As CustomLabel
Dim value As ReportBoolProperty

value = instance.UseFontPercent
public ReportBoolProperty UseFontPercent { get; }
public:
property ReportBoolProperty^ UseFontPercent {
    ReportBoolProperty^ get ();
}
member UseFontPercent : ReportBoolProperty
function get UseFontPercent () : ReportBoolProperty