ASP.NET MVC

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

    Show / Hide Table of Contents

    Class ReportDataSource

    Custom datasource of type DataSource

    Inheritance
    System.Object
    ReportDataSource
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Reports.EJ
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class ReportDataSource

    Constructors

    ReportDataSource()

    Initializes a new instance of the class.

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved