ReportExecutionService.ToggleItem Método
Toggles the show/hide item in a report.
Espacio de nombres: ReportExecution2005
Ensamblado: ReportExecution2005 (en ReportExecution2005.dll)
Sintaxis
'Declaración
Public Function ToggleItem ( _
ToggleID As String _
) As Boolean
'Uso
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
Parámetros
- ToggleID
Tipo: System.String
The ID of the item to toggle.
Valor devuelto
Tipo: System.Boolean
A Boolean value indicating whether the item was found.
Comentarios
The table below shows header and permissions information on this operation.
SOAP Header Usage |
(In) ExecutionHeaderValue (Out) ServerInfoHeaderValue |
Native Mode Required Permissions |
None |
SharePoint Mode Required Permissions |
None |