Compartir a través de


ChartLegendInstance.MaxAutoSize Propiedad

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

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

Sintaxis

'Declaración
Public ReadOnly Property MaxAutoSize As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

ChartLegendInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering