PageSection Class
Represents the layout of report items to appear at the top or bottom of every page of the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class PageSection _
Inherits ReportElement
'Usage
Dim instance As PageSection
public sealed class PageSection : ReportElement
public ref class PageSection sealed : public ReportElement
[<SealedAttribute>]
type PageSection =
class
inherit ReportElement
end
public final class PageSection extends ReportElement
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElement
Microsoft.ReportingServices.OnDemandReportRendering.PageSection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also