Interface IJsonProviderSourceConnection
Provider for getting a json object fron connection source
Namespace: FastReport.Data.JsonConnection
Assembly: FastReport.Base.dll
Syntax
public interface IJsonProviderSourceConnection
Methods
GetJson(TableDataSource)
Returns JsonBase object from connection source specific by tableDataSource
Declaration
JsonBase GetJson(TableDataSource tableDataSource)
Parameters
Type | Name | Description |
---|---|---|
TableDataSource | tableDataSource |
Returns
Type | Description |
---|---|
JsonBase |