Click or drag to resize

StiNameCreation.GenerateName 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.Components.StiComponent
Component for which a name is created.

Return Value

Type: String
Component name.
See Also