ReportExecutionService.ToggleItem(String) Method

Definition

Toggles the show/hide item in a report.

public:
 bool ToggleItem(System::String ^ ToggleID);
public bool ToggleItem (string ToggleID);
member this.ToggleItem : string -> bool
Public Function ToggleItem (ToggleID As String) As Boolean

Parameters

ToggleID
String

The ID of the item to toggle.

Returns

A Boolean value indicating whether the item was found.

Remarks

The table below shows header and permissions information on this operation.

SOAP Header Usage (In) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue
Native Mode Required Permissions None
SharePoint Mode Required Permissions None

Applies to