Propriedade Maximum
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Maximum As Object
Get
'Uso
Dim instance As ChartAxisInstance
Dim value As Object
value = instance.Maximum
public Object Maximum { get; }
public:
property Object^ Maximum {
Object^ get ();
}
member Maximum : Object
function get Maximum () : Object
Valor da propriedade
Tipo: System. . :: . .Object
An object that represents the calculated value of the Maximum property.
Consulte também