Share via


ParameterizableControl.CustomRenderScript Property (Microsoft.PerformancePoint.Scorecards.Server.Extensions)

Contains client-side browser javascript that renders this control.

Namespace: Microsoft.PerformancePoint.Scorecards.Server.Extensions
Assembly: Microsoft.PerformancePoint.Scorecards.Server (in microsoft.performancepoint.scorecards.server.dll)

Syntax

'Declaration
Public Property CustomRenderScript As String
'Usage
Dim instance As ParameterizableControl
Dim value As String

value = instance.CustomRenderScript

instance.CustomRenderScript = value
public string CustomRenderScript { get; set; }

Remarks

Populating this property is optional. If it is populated, then the default client-side browser code to render controls will not run, and this property's content will be run instead by passing it to a javascript eval function.

It is not necessary to populate this script with the HTML of this control. The HTML for this control will be available to this script as the local variable 'html'.

See Also

Reference

ParameterizableControl Class
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace