ReportItemInstance 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示类的 ReportItem 实例类型,并包含属性的 ReportItem计算值。
public ref class ReportItemInstance abstract : Microsoft::ReportingServices::OnDemandReportRendering::ReportElementInstance
public abstract class ReportItemInstance : Microsoft.ReportingServices.OnDemandReportRendering.ReportElementInstance
type ReportItemInstance = class
inherit ReportElementInstance
Public MustInherit Class ReportItemInstance
Inherits ReportElementInstance
- 继承
- 派生
字段
m_reportElementDef |
指定用于定义此实例的报表元素定义。 (继承自 ReportElementInstance) |
m_style |
指定此报表元素对象的样式属性。 (继承自 ReportElementInstance) |
m_uniqueName |
指定此实例对象的唯一标识符。 |
m_visibility |
指定报表项的可见性。 |
属性
Bookmark |
获取 Bookmark 类中 ReportItem 属性的计算值。 |
DocumentMapLabel |
获取 DocumentMapLabel 类中 ReportItem 属性的计算值。 |
Style |
获取 Style 类中 ReportElement 属性的计算值。 (继承自 ReportElementInstance) |
ToolTip |
获取 ToolTip 类中 ReportItem 属性的计算值。 |
UniqueName |
获取此实例对象的唯一标识符。 |
Visibility |
获取 Visibility 类中 ReportItem 属性的计算值。 |
方法
GetDefaultFontFamily() |
检索项目的默认字体系列。 |
ResetInstanceCache() |
重置 ReportItemInstance 的缓存。 |