共用方式為


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 命名空間