Propriété UseFontPercent
Gets the calculated value of the UseFontPercent property in a PinLabel class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property UseFontPercent As Boolean
Get
'Utilisation
Dim instance As PinLabelInstance
Dim value As Boolean
value = instance.UseFontPercent
public bool UseFontPercent { get; }
public:
property bool UseFontPercent {
bool get ();
}
member UseFontPercent : bool
function get UseFontPercent () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
A Boolean value that represents the calculated value of the UseFontPercent property.