Share via


GaugeLabel.UseFontPercent Property

Determines if the font size is measured as a percentage of the parent or in units specified.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property UseFontPercent As ReportBoolProperty 
    Get
'Usage
Dim instance As GaugeLabel 
Dim value As ReportBoolProperty 

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

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

See Also

Reference

GaugeLabel Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace