StiNameCreationGenerateName Method (StiReport, String, Type) |
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,
Type type
)
Public Shared Function GenerateName (
report As StiReport,
localizedName As String,
type As Type
) As String
Parameters
- report
- Type: Stimulsoft.ReportStiReport
[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.StiNameCreation.GenerateName(Stimulsoft.Report.StiReport,System.String,System.Type)"]
- localizedName
- Type: SystemString
Localized component name. - type
- Type: SystemType
Type of component.
Return Value
Type:
StringComponent name.
See Also