ASP.NET Core

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

    Show / Hide Table of Contents

    Class DataRegion

    Represents the base class for a data region, such as Tablix.

    Inheritance
    System.Object
    ReportItem
    DataRegion
    Chart
    GaugePanel
    Map
    Tablix
    Inherited Members
    ReportItem.ShouldSerializeZIndex()
    ReportItem.ResetZIndex()
    ReportItem.ShouldSerializeCustomProperties()
    ReportItem.ResetCustomProperties()
    ReportItem.ShouldSerializeDataElementOutput()
    ReportItem.ResetDataElementOutput()
    ReportItem.ShouldSerializeVisibility()
    ReportItem.ResetVisibility()
    ReportItem.Left
    ReportItem.Top
    ReportItem.Name
    ReportItem.Value
    ReportItem.ActionInfo
    ReportItem.Height
    ReportItem.Width
    ReportItem.ZIndex
    ReportItem.Visibility
    ReportItem.LabelLocID
    ReportItem.ToolTip
    ReportItem.DocumentMapLabel
    ReportItem.Bookmark
    ReportItem.RepeatWith
    ReportItem.CustomProperties
    ReportItem.DataElementName
    ReportItem.DataElementOutput
    ReportItem.Style
    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 DataRegion : ReportItem

    Constructors

    DataRegion()

    Declaration
    public DataRegion()

    Properties

    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

    NoRowsMessage

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

    PageBreak

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

    PageName

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

    SortExpressions

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

    Methods

    ResetFilters()

    Declaration
    public void ResetFilters()

    ResetPageBreak()

    Declaration
    public void ResetPageBreak()

    ResetSortExpressions()

    Declaration
    public void ResetSortExpressions()

    ShouldSerializeFilters()

    Declaration
    public bool ShouldSerializeFilters()
    Returns
    Type Description
    System.Boolean

    ShouldSerializePageBreak()

    Declaration
    public bool ShouldSerializePageBreak()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeSortExpressions()

    Declaration
    public bool ShouldSerializeSortExpressions()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved