ASP.NET Core

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

    Show / Hide Table of Contents

    Class CustomData

    Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.

    Inheritance
    System.Object
    CustomData
    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 CustomData

    Constructors

    CustomData()

    Declaration
    public CustomData()

    CustomData(ReportSerializer)

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

    Properties

    DataColumnHierarchy

    Declaration
    public DataHierarchy DataColumnHierarchy { get; set; }
    Property Value
    Type Description
    DataHierarchy

    DataRowHierarchy

    Declaration
    public DataHierarchy DataRowHierarchy { get; set; }
    Property Value
    Type Description
    DataHierarchy

    DataRows

    Declaration
    public DataRows DataRows { get; set; }
    Property Value
    Type Description
    DataRows

    DataSetName

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

    Filters

    Declaration
    public Filters Filters { get; set; }
    Property Value
    Type Description
    Filters

    SortExpressions

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