共用方式為


Minimum 屬性

Gets the minimum value for the axis.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property Minimum As ReportVariantProperty
    Get
'用途
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