GaugeMember.Parent Property

Gets the parent of this gauge member.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Parent As GaugeMember 
    Get
'Usage
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

Property Value

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

See Also

Reference

GaugeMember Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace