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.