Click or drag to resize

StiConnectionType Enumeration

Enum contain types of the data connections.

Namespace:  Stimulsoft.Report.Dictionary
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public enum StiConnectionType
Members
  Member nameValueDescription
Sql0 SQL based connections.
NoSql1 NoSQL base connections.
Other2 Other data connections.
Rest3 REST based connections.
See Also