Click or drag to resize

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
)

Parameters

component
Type: Stimulsoft.Report.ComponentsStiComponent
Component for which a name is created.

Return Value

Type: String
Component name.
See Also