Proprietà GaugePanelItem.ParentItem

Name of the parent GaugePanelItem.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property ParentItem As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.String
A string value.

Vedere anche

Riferimento

GaugePanelItem Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel