Click or drag to resize

StiDataTableSetNameServiceSetName Method

Installs the names and alieses of the data source.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public void SetName(
	StiDataTableSource dataTableSource,
	StiReport report,
	DataSet dataSet,
	string name
)

Parameters

dataTableSource
Type: Stimulsoft.Report.DictionaryStiDataTableSource

[Missing <param name="dataTableSource"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTableSetNameService.SetName(Stimulsoft.Report.Dictionary.StiDataTableSource,Stimulsoft.Report.StiReport,System.Data.DataSet,System.String)"]

report
Type: Stimulsoft.ReportStiReport

[Missing <param name="report"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTableSetNameService.SetName(Stimulsoft.Report.Dictionary.StiDataTableSource,Stimulsoft.Report.StiReport,System.Data.DataSet,System.String)"]

dataSet
Type: System.DataDataSet

[Missing <param name="dataSet"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTableSetNameService.SetName(Stimulsoft.Report.Dictionary.StiDataTableSource,Stimulsoft.Report.StiReport,System.Data.DataSet,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Stimulsoft.Report.Dictionary.StiDataTableSetNameService.SetName(Stimulsoft.Report.Dictionary.StiDataTableSource,Stimulsoft.Report.StiReport,System.Data.DataSet,System.String)"]

See Also