ReportItemCollection 类

定义

ReportItem 对象的集合。 此类不能被继承。

public ref class ReportItemCollection sealed
public sealed class ReportItemCollection
type ReportItemCollection = class
Public NotInheritable Class ReportItemCollection
继承
ReportItemCollection

属性

Count

获取报表中的项数。

Item[Int32]

从集合中获取位于由索引指定位置处的指定报表项。 在 C# 中,此属性是 ReportItemCollection 类的索引器。

SharedRenderingInfo

获取或设置供将来的呈现扩展插件使用的数据。 此数据将在此报表项的每个实例之间共享。

方法

GetReportItemStartAndEndPages(Int32, Int32, Int32, Int32)

基于软分页符确定报表项集合中某一项应出现在哪一页。

适用于