[Missing <summary> documentation for M:PerpetuumSoft.Reporting.Designer.ReportDesigner.CheckName(System.String)]

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

Syntax

C#
public bool CheckName(
	string objectName
)
Visual Basic (Declaration)
Public Function CheckName ( _
	objectName As String _
) As Boolean
Visual C++
public:
bool CheckName(
	String^ objectName
)

Parameters

objectName
Type: System..::.String

See Also