다음을 통해 공유


UserProfileServiceUserStatisticsWebPart.RenderWebPart Method

Renders the UserProfileServiceUserStatisticsWebPart to show the user statistics for the User Profile Service Application.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overrides Sub RenderWebPart ( _
    writer As HtmlTextWriter _
)
'Usage
Dim writer As HtmlTextWriter

Me.RenderWebPart(writer)
protected override void RenderWebPart(
    HtmlTextWriter writer
)

Parameters

Remarks

This override renders a section title followed by detailed information about the user statistics. The override does not render anything if the current user does not have the permissions to manage profiles within the User Profile Service Application.

See Also

Reference

UserProfileServiceUserStatisticsWebPart Class

UserProfileServiceUserStatisticsWebPart Members

Microsoft.SharePoint.Portal.WebControls Namespace