Partager via


Propriété GaugeMember.Parent

Gets the parent of this gauge member.

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

Syntaxe

'Déclaration
Public ReadOnly Property Parent As GaugeMember 
    Get
'Utilisation
Dim instance As GaugeMember 
Dim value As GaugeMember 

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

Valeur de propriété

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

Voir aussi

Référence

GaugeMember Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering