[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.StaticMemberCollection

StaticMemberCollection Class

Represents a strongly typed collection of StaticMember objects.

Inheritance
StaticMemberCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class StaticMemberCollection : Collection<StaticMember>, IList<StaticMember>, ICollection<StaticMember>, IList, ICollection, IReadOnlyList<StaticMember>, IReadOnlyCollection<StaticMember>, IEnumerable<StaticMember>, IEnumerable

Constructors

Name Description
StaticMemberCollection()

Initializes a new instance of the StaticMemberCollection class.

Methods

Name Description
AddRange(IEnumerable<StaticMember>)

Adds a collection of StaticMember objects to the existing StaticMemberCollection.

Extension Methods