ParameterizableControl.CustomRenderScript Property
Contains client-side browser ECMAScript (JavaScript, JScript) 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
Get
Set
'Usage
Dim instance As ParameterizableControl
Dim value As String
value = instance.CustomRenderScript
instance.CustomRenderScript = value
public string CustomRenderScript { get; set; }
Property Value
Type: System.String
Remarks
Populating this property is optional. If it is populated, then the default client-side browser code to render controls are not run, and this property's content will be run instead by passing it to an JavaScriptEval function.
It is not necessary to populate this script with the HTML of this control. The HTML for this control is available to this script as the local variable html.
See Also
Reference
ParameterizableControl Members
Microsoft.PerformancePoint.Scorecards.Server.Extensions Namespace