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

请参阅

参考

ReportItem 类

Microsoft.ReportingServices.ReportRendering 命名空间