Checks scripts in the given document and returns value indicating that scripts have errors.

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

Syntax

C#
public bool CheckScript(
	Document template
)
Visual Basic (Declaration)
Public Function CheckScript ( _
	template As Document _
) As Boolean
Visual C++
public:
bool CheckScript(
	Document^ template
)

See Also