[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Printing.PaperSourceCollection

PaperSourceCollection Class

Contains a collection of PaperSource objects.

Inheritance
PaperSourceCollection
Namespace: GrapeCity.ActiveReports.Printing
Assembly: MESCIUS.ActiveReports.dll
Syntax
public sealed class PaperSourceCollection : ICollection, IEnumerable

Constructors

Name Description
PaperSourceCollection(PaperSource[])

Creates new collection.

Properties

Name Description
Count

Gets the number of elements contained in the collection.

IsSynchronized
this[int]

Gets the PaperSource at a specified index.

SyncRoot

Methods

Name Description
CopyTo(Array, int)

Copies the elements.

Extension Methods