PageSection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the layout of report items to appear at the top or bottom of every page of the report.
public ref class PageSection sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElement
public sealed class PageSection : Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
type PageSection = class
inherit ReportElement
Public NotInheritable Class PageSection
Inherits ReportElement
- Inheritance
Fields
m_isOldSnapshot |
Specifies whether to use the old snapshot of the report element. (Inherited from ReportElement) |
m_parentDefinitionPath |
Specifies the path to report definition object's parent in the report definition. (Inherited from ReportElement) |
m_style |
Specifies the style properties of this report definition object. (Inherited from ReportElement) |
Properties
DefinitionPath |
Gets the path to this report definition object in the report definition. |
Height |
Gets the height of the page section. |
ID |
Gets the unique identifier for this report definition object. |
Instance |
Gets the report instance object that contains the calculated values of this report definition object. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. (Inherited from ReportElement) |
PrintBetweenSections |
Gets a value that indicates whether the page section should be rendered between report sections. |
PrintOnFirstPage |
Gets a value that indicates if the page section should be rendered on the first page of a report section. |
PrintOnLastPage |
Gets a value that indicates if the page section should be rendered on the last page of a report section. |
ReportItemCollection |
Gets the report items in the page section. |
Style |
Gets the style properties of this report definition object. (Inherited from ReportElement) |