Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the calculated value of the Maximum property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Maximum As Object
Get
'Usage
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
Property Value
Type: System.Object
An object that represents the calculated value of the Maximum property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace