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