Propriété Minimum
Gets the minimum 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 Minimum As ReportVariantProperty
Get
'Utilisation
Dim instance As ChartAxis
Dim value As ReportVariantProperty
value = instance.Minimum
public ReportVariantProperty Minimum { get; }
public:
property ReportVariantProperty^ Minimum {
ReportVariantProperty^ get ();
}
member Minimum : ReportVariantProperty
function get Minimum () : ReportVariantProperty
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportVariantProperty
A ReportVariantProperty object.
Voir aussi