Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Name of the parent GaugePanelItem.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Property ParentItem As String
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.String
A string value.