Compartir a través de


Start Propiedad

Indicates the start/open value for the data point.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property Start As ReportVariantProperty
    Get
'Uso
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