共用方式為


ToggleItem 屬性

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

命名空間:  Microsoft.ReportingServices.ReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ToggleItem As String
    Get
'用途
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

屬性值

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