[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.ScriptReferences

ScriptReferences Class

String based collection of namespaces that user can add at run time.

Inheritance
ScriptReferences
Namespace: GrapeCity.ActiveReports
Assembly: MESCIUS.ActiveReports.dll
Syntax
public abstract class ScriptReferences

Constructors

Name Description
ScriptReferences()

Default contructor

Properties

Name Description
CustomNamespaces

Gets list of internal namepaces

DefaultNamespaces

Gets list of default namepaces (added to report script scope explicitly)

Methods

Name Description
Parse(string, out StringCollection)

For internal use only.

ToString()

Returns a string that represents this instance.

Extension Methods