GaugePanelItem.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.