ChartDataPointValues.Start Property
Indicates the start/open value for the data point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Start As ReportExpression
Get
Set
'Usage
Dim instance As ChartDataPointValues
Dim value As ReportExpression
value = instance.Start
instance.Start = value
public ReportExpression Start { get; set; }
public:
property ReportExpression Start {
ReportExpression get ();
void set (ReportExpression value);
}
member Start : ReportExpression with get, set
function get Start () : ReportExpression
function set Start (value : ReportExpression)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.