다음을 통해 공유


GetToolParts 메서드

Returns a list of tool parts that are displayed in the tool pane of the Web-based Web Part design user interface, in the order in which they are displayed.

네임스페이스:  Microsoft.ReportingServices.SharePoint.UI.WebParts
어셈블리:  Microsoft.ReportingServices.SharePoint.UI.WebParts(Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)

구문

‘선언
Public Overrides Function GetToolParts As ToolPart()
‘사용 방법
Dim instance As ReportViewerWebPart
Dim returnValue As ToolPart()

returnValue = instance.GetToolParts()
public override ToolPart[] GetToolParts()
public:
virtual array<ToolPart^>^ GetToolParts() override
abstract GetToolParts : unit -> ToolPart[] 
override GetToolParts : unit -> ToolPart[] 
public override function GetToolParts() : ToolPart[]

반환 값

유형: array<ToolPart> [] () [] []
An array of ToolPart objects.

주의

This method returns the four default tool parts as shown in the tool pane of the Web-based Web Part design user interface. They are: Report, View, Parameters, and the default tool part. To customize the tool parts that are displayed, override this method to return a different set of tool parts.