ReportItemCollection Class

Definition

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

public ref class ReportItemCollection sealed
public sealed class ReportItemCollection
type ReportItemCollection = class
Public NotInheritable Class ReportItemCollection
Inheritance
ReportItemCollection

Properties

Count

Gets the number of items on the report.

Item[Int32]

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.

Methods

GetReportItemStartAndEndPages(Int32, Int32, Int32, Int32)

Determines the page on which an item in the report item collection should appear, based on soft page breaks.

Applies to