ReportItem.HasToggle 属性

Gets a value that indicates whether the report definition defines a toggle item for this report item.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property HasToggle As Boolean 
    Get
用法
Dim instance As ReportItem 
Dim value As Boolean 

value = instance.HasToggle
public bool HasToggle { get; }
public:
property bool HasToggle {
    bool get ();
}
member HasToggle : bool
function get HasToggle () : boolean

属性值

类型:System.Boolean
A Boolean value indicating whether the report definition defines a toggle item for this report item.

请参阅

参考

ReportItem 类

Microsoft.ReportingServices.ReportRendering 命名空间