Propriété Maximum
Gest the maximum value for the axis.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Maximum As ReportVariantProperty
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportVariantProperty
A ReportVariantProperty object.
Voir aussi