ReportExecutionService.ToggleItem Method (String)

 

Applies To: SQL Server 2016 Preview

Toggles the show/hide item in a report.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

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

Parameters

Return Value

Type: System.Boolean

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

See Also

ReportExecutionService Class
ReportExecution2005 Namespace

Return to top