ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Container Class
Properties Methods Events

In This Topic
    Container Class Members
    In This Topic

    The following tables list the members exposed by Container.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the Container class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the container can grow when the size of its content is greater than the size of the container.  
    Public PropertyGets a ReportComponentCollection containing all the ReportComponent in the container.  
    Public PropertyGets or sets a value indicating that all white space in the container is consumed during report rendering when the container’s contents grow, rather than preserving the minimum white space between the contents and the bounds of the container.  
    Public PropertyGets or sets a value indicating on which page the content should start after the page break.  
    Public PropertyGets or sets a value indicating how content that is larger than the container should be handled.  
    Public PropertyGets or sets a value indicating whether a page break occurs immediately after the container ends.  
    Public PropertyGets or sets a value indicating whether a page break occurs immediately before the container begins.  
    Public PropertyGets or sets the string used for naming the sheet in Excel export.  
    Public PropertyGets a collection of the ReportItem objects hosted in the Container.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Returns a list of the expressions contained by this report item.  
    Public MethodSorts the report items to improve rendering performance.  
    Public MethodOverridden. Validates the current state of the Container object.  
    Top
    See Also