Click or drag to resize

StiDataAdapterServiceGetDataAdapterCategories Method

Returns name of category for DataAdapter.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public static TreeNode GetDataAdapterCategories(
	StiDataAdapterService dataAdapter,
	StiDataCollection dataStore
)

Parameters

dataAdapter
Type: Stimulsoft.Report.DictionaryStiDataAdapterService
Adapter of data.
dataStore
Type: Stimulsoft.Report.DictionaryStiDataCollection
Collection of data.

Return Value

Type: TreeNode
Name of category.
See Also