Свойство ParentItem

Name of the parent GaugePanelItem.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property ParentItem As String
    Get
    Set
'Применение
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)

Значение свойства

Тип System. . :: . .String
A string value.