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 or sets the child of this gauge member.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChildGaugeMember As GaugeMember
Get
Set
'Usage
Dim instance As GaugeMember
Dim value As GaugeMember
value = instance.ChildGaugeMember
instance.ChildGaugeMember = value
public GaugeMember ChildGaugeMember { get; set; }
public:
property GaugeMember^ ChildGaugeMember {
GaugeMember^ get ();
void set (GaugeMember^ value);
}
member ChildGaugeMember : GaugeMember with get, set
function get ChildGaugeMember () : GaugeMember
function set ChildGaugeMember (value : GaugeMember)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.GaugeMember
A GaugeMember object.