Proprietà 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.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property UseFontPercent As ReportBoolProperty
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering