Class ReportDataSource
Custom datasource of type DataSource
Inheritance
System.Object
ReportDataSource
Namespace: Syncfusion.Report
Assembly: Syncfusion.Report.Portable.dll
Syntax
public class ReportDataSource : Object
Constructors
ReportDataSource()
Initializes a new instance of the
Declaration
public ReportDataSource()
ReportDataSource(String, Object)
Initilizing the constructor
Declaration
public ReportDataSource(string name, object value)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | Name of the dataset |
System.Object | value | Datasource |
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Value
Gets or sets the value.
Declaration
public object Value { get; set; }
Property Value
Type | Description |
---|---|
System.Object | The value. |