Compartilhar via


Propriedade do RDL MapLegend.MinFontSize

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

MapLegend Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering