Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the childe of this gauge member.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property ChildGaugeMember As GaugeMember
Get
'Usage
Dim instance As GaugeMember
Dim value As GaugeMember
value = instance.ChildGaugeMember
public GaugeMember ChildGaugeMember { get; }
public:
property GaugeMember^ ChildGaugeMember {
GaugeMember^ get ();
}
member ChildGaugeMember : GaugeMember
function get ChildGaugeMember () : GaugeMember
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.GaugeMember
A GaugeMember object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace