StiNameCreationGenerateName Method (StiComponent) |
Returns a name for the component.
Namespace:
Stimulsoft.Report
Assembly:
Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax public static string GenerateName(
StiComponent component
)
Public Shared Function GenerateName (
component As StiComponent
) As String
Parameters
- component
- Type: Stimulsoft.Report.ComponentsStiComponent
Component for which a name is created.
Return Value
Type:
StringComponent name.
See Also