Gets the assembly that contains the compiled script.

Namespace:  PerpetuumSoft.Reporting.Rendering
Assembly:  PerpetuumSoft.Reporting (in PerpetuumSoft.Reporting.dll) Version: 3.9.0.1

Syntax

C#
public Assembly ScriptAssembly { get; }
Visual Basic (Declaration)
Public ReadOnly Property ScriptAssembly As Assembly
Visual C++
public:
property Assembly^ ScriptAssembly {
	Assembly^ get ();
}

See Also