Compartir a través de


GaugeMember.Parent Propiedad

Gets the parent of this gauge member.

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

Sintaxis

'Declaración
Public ReadOnly Property Parent As GaugeMember 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

GaugeMember Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering