共用方式為


ReportItemCollection 成員

A collection of ReportItem objects. This class cannot be inherited.

ReportItemCollection 型別公開下列成員。

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetReportItemStartAndEndPages Determines the page on which an item in the report item collection should appear, based on soft page breaks.
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 Count Gets the number of items on the report.
公用屬性 Item Gets the specified report item from the collection located at the position specified by the index. In C#, this property is the indexer for the ReportItemCollection class.
公用屬性 SharedRenderingInfo Gets or sets data for use in future rendering extensions. This data will be shared across every instance of this report item.

頂端