Partager via


Instance propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

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

Syntaxe

'Déclaration
Public ReadOnly Property Instance As StateImageInstance
    Get
'Utilisation
Dim instance As StateImage
Dim value As StateImageInstance

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