ReportItem.IsToggleChild 属性

Gets a value indicating whether this item on the report can be rendered visible or invisible (toggled) through the control of another item.

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

语法

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

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

属性值

类型:System.Boolean
A Boolean value indicating whether the item on the report can be rendered visible or hidden through the control of another item. True indicates the report can be toggled; false indicates its visibility cannot be toggled.

请参阅

参考

ReportItem 类

Microsoft.ReportingServices.ReportRendering 命名空间