PageSectionInstance Members
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Represents an evaluated instance of a PageSection definition.
The following tables list the members exposed by the PageSectionInstance type.
Protected Fields
Name | Description | |
---|---|---|
m_reportElementDef | Represents the report element definition. (inherited from ReportElementInstance) | |
m_style | Represents the evaluated instance of the Style definition. (inherited from ReportElementInstance) |
Top
Public Properties
Name | Description | |
---|---|---|
Style | Gets the evaluated instance of the Style definition. (inherited from ReportElementInstance) | |
UniqueName | Gets a name that uniquely identifies this instance object in the report. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) | |
ResetInstanceCache | Resets the instance cache for the current instance. (inherited from ReportElementInstance) |
Top
See Also
Reference
PageSectionInstance Class
Microsoft.ReportingServices.ReportRendering Namespace
PageSection Class
Other Resources
PageSection Element (RDL)
Implementing a Rendering Extension