Właściwość ChartAxis.Minimum
Pobiera wartości minimalnej dla oś.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Minimum As ReportVariantProperty
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty obiektu.
Zobacz także