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

参数

返回值

类型: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) TrustedUserHeaderValue

(In) ExecutionHeaderValue

(Out) ServerInfoHeaderValue

Native Mode Required Permissions

None

SharePoint Mode Required Permissions

None

请参阅

参考

ReportExecutionService 类

ReportExecution2005 命名空间