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 |