PageInstance Class

Definition

Represents an instance type of the Page class, and contains the calculated values of the properties in Page.

public ref class PageInstance sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public sealed class PageInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type PageInstance = class
    inherit ReportElementInstance
Public NotInheritable Class PageInstance
Inherits ReportElementInstance
Inheritance

Fields

m_reportElementDef

Specifies the report element definition that defines this instance.

(Inherited from ReportElementInstance)
m_style

Specifies the style properties of this report element object.

(Inherited from ReportElementInstance)

Properties

Style

Gets the calculated value of the Style property in a Page class.

UniqueName

Gets the unique identifier of this instance object.

Methods

ResetInstanceCache()

Resets the cache of the ReportElementInstance.

(Inherited from ReportElementInstance)

Applies to