PageInstance 类

定义

表示类的 Page 实例类型,并包含属性的 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
继承

字段

m_reportElementDef

指定用于定义此实例的报表元素定义。

(继承自 ReportElementInstance)
m_style

指定此报表元素对象的样式属性。

(继承自 ReportElementInstance)

属性

Style

获取 Style 类中 Page 属性的计算值。

UniqueName

获取此实例对象的唯一标识符。

方法

ResetInstanceCache()

重置 ReportElementInstance 的缓存。

(继承自 ReportElementInstance)

适用于