次の方法で共有


GaugePanelItem.ParentItem プロパティ

親 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
string 値です。

関連項目

参照

GaugePanelItem クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間