Gets or sets the type used as a basic one for the dynamically generated type of the document template scripts

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

Syntax

C#
public Type ReportScriptBaseType { get; set; }
Visual Basic (Declaration)
Public Property ReportScriptBaseType As Type
Visual C++
public:
property Type^ ReportScriptBaseType {
	Type^ get ();
	void set (Type^ value);
}

See Also