ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReportDataSourceInfoCollection - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ReportDataSourceInfoCollection

    Represents the collection of data source information of a report.

    Inheritance
    System.Object
    ReportDataSourceInfoCollection
    Namespace: Syncfusion.Report
    Assembly: Syncfusion.Report.Portable.dll
    Syntax
    public sealed class ReportDataSourceInfoCollection : List<ReportDataSourceInfo>

    Properties

    Item[String]

    Declaration
    public ReportDataSourceInfo this[string name] { get; }
    Parameters
    Type Name Description
    System.String name
    Property Value
    Type Description
    ReportDataSourceInfo
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved