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
)
Public Shared Function IsValidName (
report As StiReport,
name As String
) As Boolean
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:
BooleanResult of checking.
See Also