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
)
Public Shared Function GenerateName (
report As StiReport,
localizedName As String,
name As String
) As String
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:
StringComponent name.
See Also