Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the maximum font size when autofitting labels.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property MaxFontSize As ReportSizeProperty
Get
'Usage
Dim instance As ChartAxis
Dim value As ReportSizeProperty
value = instance.MaxFontSize
public ReportSizeProperty MaxFontSize { get; }
public:
property ReportSizeProperty^ MaxFontSize {
ReportSizeProperty^ get ();
}
member MaxFontSize : ReportSizeProperty
function get MaxFontSize () : ReportSizeProperty
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace