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 네임스페이스