Propriedade UseFontPercent
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 (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportBoolProperty
A ReportBoolProperty object.
Consulte também