Partager via


Propriété ScaleLabels.Instance

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Instance As ScaleLabelsInstance 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ScaleLabels Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering