ASP.NET Core

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

    Show / Hide Table of Contents

    Class TablixMember

    Represents a member in a tablix hierarchy.

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

    Constructors

    TablixMember()

    Declaration
    public TablixMember()

    TablixMember(ReportSerializer)

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

    Properties

    CustomProperties

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

    DataElementName

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

    DataElementOutput

    Declaration
    public DataElementOutputs DataElementOutput { get; set; }
    Property Value
    Type Description
    DataElementOutputs

    FixedData

    Declaration
    public bool FixedData { get; set; }
    Property Value
    Type Description
    System.Boolean

    Group

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

    HideIfNoRows

    Declaration
    public bool HideIfNoRows { get; set; }
    Property Value
    Type Description
    System.Boolean

    KeepTogether

    Declaration
    public bool KeepTogether { get; set; }
    Property Value
    Type Description
    System.Boolean

    KeepWithGroup

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

    RepeatOnNewPage

    Declaration
    public bool RepeatOnNewPage { get; set; }
    Property Value
    Type Description
    System.Boolean

    SortExpressions

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

    TablixHeader

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

    TablixMembers

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

    Visibility

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

    Methods

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object

    ResetCustomProperties()

    Declaration
    public void ResetCustomProperties()

    ResetCustomTablixMembers()

    Declaration
    public void ResetCustomTablixMembers()

    ResetDataElementOutput()

    Declaration
    public void ResetDataElementOutput()

    ResetFixedData()

    Declaration
    public void ResetFixedData()

    ResetHideIfNoRows()

    Declaration
    public void ResetHideIfNoRows()

    ResetKeepTogether()

    Declaration
    public void ResetKeepTogether()

    ResetKeepWithGroup()

    Declaration
    public void ResetKeepWithGroup()

    ResetRepeatOnNewPage()

    Declaration
    public void ResetRepeatOnNewPage()

    ResetSortExpressions()

    Declaration
    public void ResetSortExpressions()

    ShouldSerializeCustomProperties()

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

    ShouldSerializeDataElementOutput()

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

    ShouldSerializeFixedData()

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

    ShouldSerializeHideIfNoRows()

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

    ShouldSerializeKeepTogether()

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

    ShouldSerializeKeepWithGroup()

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

    ShouldSerializeRepeatOnNewPage()

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

    ShouldSerializeSortExpressions()

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

    ShouldSerializeTablixMembers()

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