[]
        
(Showing Draft Content)

C1.Ssrs.ReportSession.ToggleItem

ToggleItem Method

ToggleItem(string, CancellationToken)

Toggles the show/hide item in a report.

Declaration
public bool ToggleItem(string toggleID, CancellationToken cancellationToken)
Public Function ToggleItem(toggleID As String, cancellationToken As CancellationToken) As Boolean
Parameters
Type Name Description
string toggleID

The ID of the item to toggle.

CancellationToken cancellationToken

CancellationToken that can be used to cancel an action.

Returns
Type Description
bool

true if item was successfully toggled, false otherwise.