Condividi tramite


Metodo ReportExecutionService.ToggleItem

Toggles the show/hide item in a report.

Spazio dei nomi  ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Sintassi

'Dichiarazione
Public Function ToggleItem ( _
    ToggleID As String _
) As Boolean
'Utilizzo
Dim instance As ReportExecutionService 
Dim ToggleID As String 
Dim returnValue As Boolean 

returnValue = instance.ToggleItem(ToggleID)
public bool ToggleItem(
    string ToggleID
)
public:
bool ToggleItem(
    String^ ToggleID
)
member ToggleItem : 
        ToggleID:string -> bool
public function ToggleItem(
    ToggleID : String
) : boolean

Parametri

Valore restituito

Tipo: System.Boolean
A Boolean value indicating whether the item was found.

Osservazioni

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

Vedere anche

Riferimento

ReportExecutionService Classe

Spazio dei nomi ReportExecution2005