Proprietà ChartLegendInstance.MaxAutoSize
Gets the calculated value of the MaxAutoSize property in a ChartLegend class.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property MaxAutoSize As Integer
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Int32
An int value that represents the calculated value of the MaxAutoSize property.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering