Właściwość ChartAxis.Maximum
Gest maksymalnej wartości dla oś.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Maximum As ReportVariantProperty
Get
'Użycie
Dim instance As ChartAxis
Dim value As ReportVariantProperty
value = instance.Maximum
public ReportVariantProperty Maximum { get; }
public:
property ReportVariantProperty^ Maximum {
ReportVariantProperty^ get ();
}
member Maximum : ReportVariantProperty
function get Maximum () : ReportVariantProperty
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty obiektu.
Zobacz także