IsToggleChild 属性
Indicates whether this item can be made visible or invisible by toggling another item.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public ReadOnly Property IsToggleChild As Boolean
Get
用法
Dim instance As CustomReportItem
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.