Click or drag to resize

StiNameCreationGenerateName Method (StiDataSource)

Returns a name for the datasource.

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static string GenerateName(
	StiDataSource dataSource
)

Parameters

dataSource
Type: Stimulsoft.Report.DictionaryStiDataSource
Datasource for which a name is created.

Return Value

Type: String
Datasource name.
See Also