Propriedade MaxAutoSize
Gets the calculated value of the MaxAutoSize property in a ChartLegend class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Int32
An int value that represents the calculated value of the MaxAutoSize property.
Consulte também