Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Outputs the value of the associated AverageRatingField to the provided HtmlTextWriter object.
Namespace: Microsoft.SharePoint.Portal.WebControls
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Overrides Sub RenderControl ( _
output As HtmlTextWriter _
)
'Usage
Dim instance As AverageRatingFieldControl
Dim output As HtmlTextWriter
instance.RenderControl(output)
public override void RenderControl(
HtmlTextWriter output
)
Parameters
- output
Type: System.Web.UI.HtmlTextWriter
The object that receives the control content.
Remarks
This override outputs the value of the associated AverageRatingField. If the average rating value is invalid, a "Rating Not Supported" message will be displayed.
See Also
Reference
AverageRatingFieldControl Class