ReportExecutionService.ToggleItem(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |