Click or drag to resize

StiNameCreationIsValidName Method

Checks whether the name of the report is correct.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static bool IsValidName(
	StiReport report,
	string name
)

Parameters

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.StiNameCreation.IsValidName(Stimulsoft.Report.StiReport,System.String)"]

name
Type: SystemString
Checked name.

Return Value

Type: Boolean
Result of checking.
See Also