Share via


GaugePanelItem.ParentItem Property

Name of the parent GaugePanelItem.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Property ParentItem As String
    Get
    Set
'Usage
Dim instance As GaugePanelItem
Dim value As String

value = instance.ParentItem

instance.ParentItem = value
public string ParentItem { get; set; }
public:
property String^ ParentItem {
    String^ get ();
    void set (String^ value);
}
member ParentItem : string with get, set
function get ParentItem () : String
function set ParentItem (value : String)

Property Value

Type: System.String
A string value.