Partager via


Propriété ReportItem.ToggleItem

Gets the name of the toggle item for this report item.

Espace de noms :  Microsoft.ReportingServices.ReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ToggleItem As String 
    Get
'Utilisation
Dim instance As ReportItem 
Dim value As String 

value = instance.ToggleItem
public string ToggleItem { get; }
public:
property String^ ToggleItem {
    String^ get ();
}
member ToggleItem : string
function get ToggleItem () : String

Valeur de propriété

Type : System.String
A string containing the name of the toggle item for this report item.

Voir aussi

Référence

ReportItem Classe

Espace de noms Microsoft.ReportingServices.ReportRendering