Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the calculated value of the Minimum property in a ChartAxis class.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Minimum As Object
Get
'Usage
Dim instance As ChartAxisInstance
Dim value As Object
value = instance.Minimum
public Object Minimum { get; }
public:
property Object^ Minimum {
Object^ get ();
}
member Minimum : Object
function get Minimum () : Object
Property Value
Type: System.Object
An object that represents the calculated value of the Minimum property.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace