共用方式為


ChartDataPointValues.Start 屬性

Gets an expression that evaluates to the start/open value for the data point.

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

語法

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

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

請參閱

參考

ChartDataPointValues 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間