Compartir a través de


MapLegend.MinFontSize Propiedad

Gets the minimum font size for the auto-sizing algorithm of the legend text.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property MinFontSize As ReportSizeProperty 
    Get
'Uso
Dim instance As MapLegend 
Dim value As ReportSizeProperty 

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

Valor de la propiedad

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

Vea también

Referencia

MapLegend Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering