Search Results for

    Show / Hide Table of Contents

    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 by specified tableDataSource

    Declaration
    JsonBase GetJson(TableDataSource tableDataSource)
    Parameters
    Type Name Description
    TableDataSource tableDataSource
    Returns
    Type Description
    JsonBase

    GetJsonSchema(TableDataSource)

    Returns JsonBase object (schema part) from connection source by specified tableDataSource

    Declaration
    JsonSchema GetJsonSchema(TableDataSource tableDataSource)
    Parameters
    Type Name Description
    TableDataSource tableDataSource
    Returns
    Type Description
    JsonSchema

    IsJsonSimpleStructure(TableDataSource)

    Return information about simple sturcture by specified tableDataSource

    Declaration
    bool IsJsonSimpleStructure(TableDataSource tableDataSource)
    Parameters
    Type Name Description
    TableDataSource tableDataSource
    Returns
    Type Description
    System.Boolean
    Back to top © 1998-2026 Copyright Fast Reports Inc.