ASP.NET Core

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

    Show / Hide Table of Contents

    Class DataSetInfo

    Inheritance
    System.Object
    DataSetInfo
    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.RDL.DOM
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class DataSetInfo

    Constructors

    DataSetInfo()

    Declaration
    public DataSetInfo()

    DataSetInfo(ReportSerializer)

    Declaration
    public DataSetInfo(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    Properties

    DataSetName

    Declaration
    public string DataSetName { get; set; }
    Property Value
    Type Description
    System.String

    ObjectDataSourceSelectMethod

    Declaration
    public string ObjectDataSourceSelectMethod { get; set; }
    Property Value
    Type Description
    System.String

    ObjectDataSourceSelectMethodSignature

    Declaration
    public string ObjectDataSourceSelectMethodSignature { get; set; }
    Property Value
    Type Description
    System.String

    ObjectDataSourceType

    Declaration
    public string ObjectDataSourceType { get; set; }
    Property Value
    Type Description
    System.String

    SchemaPath

    Declaration
    public string SchemaPath { get; set; }
    Property Value
    Type Description
    System.String

    TableAdapterFillMethod

    Declaration
    public string TableAdapterFillMethod { get; set; }
    Property Value
    Type Description
    System.String

    TableAdapterGetDataMethod

    Declaration
    public string TableAdapterGetDataMethod { get; set; }
    Property Value
    Type Description
    System.String

    TableAdapterName

    Declaration
    public string TableAdapterName { get; set; }
    Property Value
    Type Description
    System.String

    TableName

    Declaration
    public string TableName { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved