Search Results for

    Show / Hide Table of Contents

    Interface IHierarchicalDataSource

    IHierarchicalDataSource interface.

    Namespace: FastReport.BG.Data
    Assembly: FastReport.BG.dll
    Syntax
    public interface IHierarchicalDataSource

    Properties

    Records

    Gets Records.

    Declaration
    IEnumerable<IHierarchicalRecord> Records { get; }
    Property Value
    Type Description
    System.Collections.Generic.IEnumerable<IHierarchicalRecord>

    Root

    Gets Root.

    Declaration
    IHierarchicalRecord Root { get; }
    Property Value
    Type Description
    IHierarchicalRecord
    Back to top © 2021-2022 Copyright Fast Reports Inc.