Partager via


Propriété MaxAutoSize

Gets an expression that evaluates to the maximum size for the legend, as a percent of the chart size.

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property MaxAutoSize As ReportIntProperty
    Get
'Utilisation
Dim instance As ChartLegend
Dim value As ReportIntProperty

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