StiNameCreationCreateName Method (StiReport, String) |
Creates a name from the base name which is correct for the report.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string CreateName(
StiReport report,
string baseName
)
Public Shared Function CreateName (
report As StiReport,
baseName As String
) As String
Parameters
- report
- Type: Stimulsoft.ReportStiReport
Report. - baseName
- Type: SystemString
The type to form a name.
Return Value
Type:
String[Missing <returns> documentation for "M:Stimulsoft.Report.StiNameCreation.CreateName(Stimulsoft.Report.StiReport,System.String)"]
See Also