共用方式為


End 屬性

Indicates the end/close value for the data point.

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

語法

'宣告
Public ReadOnly Property End As ReportVariantProperty
    Get
'用途
Dim instance As ChartDataPointValues
Dim value As ReportVariantProperty

value = instance.End
public ReportVariantProperty End { get; }
public:
property ReportVariantProperty^ End {
    ReportVariantProperty^ get ();
}
member End : ReportVariantProperty
function get End () : ReportVariantProperty