ASP.NET MVC

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

    Show / Hide Table of Contents

    Class SubReport

    Represents an object model subreport.

    Inheritance
    System.Object
    ReportItem
    SubReport
    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 SubReport : ReportItem

    Constructors

    SubReport()

    Declaration
    public SubReport()

    SubReport(ReportSerializer)

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

    Properties

    KeepTogether

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

    MergeTransactions

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

    NoRowsMessage

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

    OmitBorderOnPageBreak

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

    Parameters

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

    ReportName

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

    Methods

    ResetKeepTogether()

    Declaration
    public void ResetKeepTogether()

    ResetMergeTransactions()

    Declaration
    public void ResetMergeTransactions()

    ResetOmitBorderOnPageBreak()

    Declaration
    public void ResetOmitBorderOnPageBreak()

    ResetParameters()

    Declaration
    public void ResetParameters()

    ShouldSerializeKeepTogether()

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

    ShouldSerializeMergeTransactions()

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

    ShouldSerializeOmitBorderOnPageBreak()

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

    ShouldSerializeParameters()

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