Propriedade UseFontPercent
Gets the calculated value of the UseFontPercent property in a CustomLabel class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property UseFontPercent As Boolean
Get
'Uso
Dim instance As CustomLabelInstance
Dim value As Boolean
value = instance.UseFontPercent
public bool UseFontPercent { get; }
public:
property bool UseFontPercent {
bool get ();
}
member UseFontPercent : bool
function get UseFontPercent () : boolean
Valor da propriedade
Tipo: System. . :: . .Boolean
A Boolean value that represents the calculated value of the UseFontPercent property.
Consulte também