[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.TablixItems-1

TablixItems<T> Class

Represents a collection of ReportComponent items.

Inheritance
TablixItems<T>
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class TablixItems<T> : Collection<T>, IList<T>, ICollection<T>, IList, ICollection, IReadOnlyList<T>, IReadOnlyCollection<T>, IEnumerable<T>, IEnumerable where T : ReportComponent
Type Parameters
Name Description
T

A type that derives from ReportComponent.

Methods

Name Description
ClearItems()

Removes all elements from collection.

InsertItem(int, T)

Inserts an element into collection at the specified index.

RemoveItem(int)

Removes the element at the specified index of collection.

SetItem(int, T)

Replaces the element at the specified index.

ToArray()

Converts the TablixItems<T> collection into an array of ReportComponent items.

Extension Methods