Właściwość GaugePanelItem.ParentItem
Nazwa GaugePanelItem obiektu nadrzędnego.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ParentItem As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
A ciąg wartości.
Zobacz także