Sdílet prostřednictvím


ChartLegend.MinFontSize Property

Gets an expression that evaluates to the minimum size for autosized legend text.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property MinFontSize As ReportSizeProperty 
    Get
'Usage
Dim instance As ChartLegend 
Dim value As ReportSizeProperty 

value = instance.MinFontSize
public ReportSizeProperty MinFontSize { get; }
public:
property ReportSizeProperty^ MinFontSize {
    ReportSizeProperty^ get ();
}
member MinFontSize : ReportSizeProperty
function get MinFontSize () : ReportSizeProperty

Property Value

Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
A ReportSizeProperty object.

See Also

Reference

ChartLegend Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace