Click or drag to resize

StiNameCreationGenerateName Method (StiReport, String, String)

Returns a name of the component.

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

Parameters

report
Type: Stimulsoft.ReportStiReport

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

localizedName
Type: SystemString
Localized component name.
name
Type: SystemString
Did not localized component name.

Return Value

Type: String
Component name.
See Also