Compartir a través de


CustomLabel.UseFontPercent Propiedad

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.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property UseFontPercent As ReportBoolProperty 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

CustomLabel Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering