ActiveReports 12 Server User Guide
GetScriptReferences Method

ActiveReports.Server.ReportControls Assembly > ActiveReports.Server.ReportControls Namespace > ReportList Class : GetScriptReferences Method
When overridden in a derived class, returns the script files for the control.
Syntax
'Declaration
 
Protected Overrides Function GetScriptReferences() As IEnumerable(Of ScriptReference)
protected override IEnumerable<ScriptReference> GetScriptReferences()

Return Value

An System.Collections.IEnumerable collection that contains ECMAScript (JavaScript) files that have been registered as embedded resources.
See Also

Reference

ReportList Class
ReportList Members
Base Implementation in GetScriptReferences