Name | Description | |
---|---|---|
![]() | Container Constructor | Initializes a new instance of the Container class. |
The following tables list the members exposed by Container.
Name | Description | |
---|---|---|
![]() | Container Constructor | Initializes a new instance of the Container class. |
Name | Description | |
---|---|---|
![]() | CanGrow | Gets or sets a value indicating whether the container can grow when the size of its content is greater than the size of the container. |
![]() | Components | Gets a ReportComponentCollection containing all the ReportComponent in the container. |
![]() | ConsumeWhiteSpace | Gets 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. |
![]() | NewPage | Gets or sets a value indicating on which page the content should start after the page break. |
![]() | Overflow | Gets or sets a value indicating how content that is larger than the container should be handled. |
![]() | PageBreakAtEnd | Gets or sets a value indicating whether a page break occurs immediately after the container ends. |
![]() | PageBreakAtStart | Gets or sets a value indicating whether a page break occurs immediately before the container begins. |
![]() | PageName | Gets or sets the string used for naming the sheet in Excel export. |
![]() | ReportItems | Gets a collection of the ReportItem objects hosted in the Container. |
Name | Description | |
---|---|---|
![]() | GetExpressions | Overridden. Returns a list of the expressions contained by this report item. |
![]() | SortReportItems | Sorts the report items to improve rendering performance. |
![]() | Validate | Overridden. Validates the current state of the Container object. |