Właściwość ChartLegend.MaxAutoSize
Pobiera wyrażenie do maksymalnego rozmiaru legendy, jako procent rozmiaru wykresu.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property MaxAutoSize As ReportIntProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportIntProperty
A ReportIntProperty obiektu.
Zobacz także