Compartir a través de


ScaleLabels.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 ScaleLabelsInstance 
    Get
'Uso
Dim instance As ScaleLabels 
Dim value As ScaleLabelsInstance 

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

Valor de la propiedad

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

Vea también

Referencia

ScaleLabels Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering