menu

ASP.NET Web Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ReportDataSource

    Show / Hide Table of Contents

    Class ReportDataSource

    Class for ReportDataSource.

    Inheritance
    System.Object
    EJTagHelper
    ReportDataSource
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.JavaScript.Models.ReportViewer
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class ReportDataSource : EJTagHelper

    Constructors

    ReportDataSource()

    Declaration
    public ReportDataSource()

    ReportDataSource(String, Object)

    Initializes a new instance of the ReportDataSource class.

    Declaration
    public ReportDataSource(string name, object value)
    Parameters
    Type Name Description
    System.String name

    The name.

    System.Object value

    The value.

    Properties

    Name

    Gets or sets the name of the data source.

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The DataSource name.

    Value

    Gets or sets the values of data source.

    Declaration
    [JsonProperty("value")]
    [JsonConverter(typeof(DataManagerConverter))]
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    The DataSource value.

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