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.
Gets the control's cachable output.
Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in Microsoft.PerformancePoint.Scorecards.Server.dll)
Syntax
'Declaration
Sub RenderControlForCache ( _
writer As HtmlTextWriter _
)
'Usage
Dim instance As ICachableControl
Dim writer As HtmlTextWriter
instance.RenderControlForCache(writer)
void RenderControlForCache(
HtmlTextWriter writer
)
Parameters
writer
Type: System.Web.UI.HtmlTextWriterThe writer.
See Also
Reference
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace