Метод ReportExecutionService.ToggleItem
Toggles the show/hide item in a report.
Пространство имен: ReportExecution2005
Сборка: ReportExecution2005 (в ReportExecution2005.dll)
Синтаксис
'Декларация
Public Function ToggleItem ( _
ToggleID As String _
) As Boolean
'Применение
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
Параметры
- ToggleID
Тип: System.String
The ID of the item to toggle.
Возвращаемое значение
Тип: System.Boolean
A Boolean value indicating whether the item was found.
Замечания
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 |