Compartir a través de


ChartEmptyPoints.Instance Propiedad

Gets the report instance object that contains the calculated values of this report definition object.

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

Sintaxis

'Declaración
Public ReadOnly Property Instance As ChartEmptyPointsInstance 
    Get
'Uso
Dim instance As ChartEmptyPoints 
Dim value As ChartEmptyPointsInstance 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ChartEmptyPointsInstance
A ChartEmptyPointsInstance object.

Vea también

Referencia

ChartEmptyPoints Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering