ReportSection 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 a section in the report.
public ref class ReportSection sealed : Microsoft::ReportingServices::OnDemandReportRendering::IDefinitionPath
public sealed class ReportSection : Microsoft.ReportingServices.OnDemandReportRendering.IDefinitionPath
type ReportSection = class
interface IDefinitionPath
Public NotInheritable Class ReportSection
Implements IDefinitionPath
- Inheritance
-
ReportSection
- Implements
Properties
Body |
Gets the body of the report section. |
DataElementName |
Gets the name of a top level element that represents the report data. |
DataElementOutput |
Gets a value that indicates whether the value of DataElementName should be displayed in the rendered output. |
DefinitionPath |
Gets the path to this report definition object in the report definition. |
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. |
Name |
Gets the name of the ReportSection. |
NeedsOverallTotalPages |
Gets a value that indicates whether the |
NeedsPageBreakTotalPages |
Gets a value that indicates whether to the |
NeedsReportItemsOnPage |
Indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox. |
NeedsTotalPages |
Gets a value that indicates whether to the |
Page |
Gets page layout information about the report. |
ParentDefinitionPath |
Gets the path to report definition object's parent in the report definition. |
Width |
Gets the width of the report section. |
Methods
GetPageSections() |
Causes page header/footer calculations to be performed for the current page. |
SetPage(Int32, Int32, Int32, Int32) |
Sets the current page number and total page count. |
SetPage(Int32, Int32) |
Sets the current page number and total page count. |
SetPageName(String) |
Sets the name of the current page. |