共用方式為


CustomReportItem.IsToggleChild 屬性

Gets a value that 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.

請參閱

參考

CustomReportItem 類別

Microsoft.ReportingServices.ReportRendering 命名空間