Partager via


Propriété MaxAutoSize

Gets the calculated value of the MaxAutoSize property in a ChartLegend class.

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

Syntaxe

'Déclaration
Public ReadOnly Property MaxAutoSize As Integer
    Get
'Utilisation
Dim instance As ChartLegendInstance
Dim value As Integer

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

Valeur de propriété

Type : System. . :: . .Int32
An int value that represents the calculated value of the MaxAutoSize property.