StiDBaseSource Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Inherits from: StiFileDataSource

Constructors

Constructor Description
StiDBaseSource() Creates a new object of the type StiDBaseSource.
StiDBaseSource(string path, string name, string alias, int codePage)  
StiDBaseSource(string path, string name, string alias, int codePage, string key)  

StiDBaseSource()

Creates a new object of the type StiDBaseSource.


StiDBaseSource(path: string, name: string, alias: string, codePage: int)

Parameters

  • path (string)
  • name (string)
  • alias (string)
  • codePage (int)

StiDBaseSource(path: string, name: string, alias: string, codePage: int, key: string)

Parameters

  • path (string)
  • name (string)
  • alias (string)
  • codePage (int)
  • key (string)

Methods

Method Returns Description
GetDataAdapterType Type  
LoadFromJsonObject void  
SaveToJsonObject JObject  

Method Details

GetDataAdapterType

GetDataAdapterType(): Type

Returns Type


LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject