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 |