[]
Toggles the show/hide item in a report.
public bool ToggleItem(string toggleID, CancellationToken cancellationToken)
| Type | Name | Description |
|---|---|---|
| string | toggleID | The ID of the item to toggle. |
| CancellationToken | cancellationToken | CancellationToken that can be used to cancel an action. |
| Type | Description |
|---|---|
| bool | true if item was successfully toggled, false otherwise. |