StiCsvSource Class

Namespace: Stimulsoft.Report.Dictionary

Inheritance

Inherits from: StiFileDataSource

Constructors

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

StiCsvSource()

Creates a new object of the type StiCsvSource.


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

Parameters

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

StiCsvSource(path: string, name: string, alias: string, codePage: int, separator: string)

Parameters

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

StiCsvSource(path: string, name: string, alias: string, codePage: int, separator: string, key: string)

Parameters

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

Properties

Property Type Description
ConvertEmptyStringToNull bool  
Separator 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