Click or drag to resize

StiPagesCollection Class

The class describes a collection of pages.
Inheritance Hierarchy
SystemObject
  System.CollectionsCollectionBase
    Stimulsoft.Report.ComponentsStiPagesCollection

Namespace:  Stimulsoft.Report.Components
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[SerializableAttribute]
public class StiPagesCollection : CollectionBase, 
	IStiStateSaveRestore, IStiJsonReportObject

The StiPagesCollection type exposes the following members.

Constructors
  NameDescription
Public methodStiPagesCollection(StiReport)
Initializes a new instance of the StiPagesCollection class
Public methodStiPagesCollection(StiReport, StiPagesCollection)
Initializes a new instance of the StiPagesCollection class
Top
Properties
  NameDescription
Public propertyCacheMode
Public propertyCanUseCacheMode
Public propertyCapacity
Gets or sets the number of elements that the CollectionBase can contain.
(Inherited from CollectionBase.)
Public propertyContainsDashboards
Public propertyCount
Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden.
(Inherited from CollectionBase.)
Protected propertyInnerList
Gets an ArrayList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
Public propertyItemInt32
Public propertyItemString
Public propertyItems
Protected propertyList
Gets an IList containing the list of elements in the CollectionBase instance.
(Inherited from CollectionBase.)
Public propertyReport
Top
Methods
  NameDescription
Public methodAdd
Public methodAddRange(StiPage)
Public methodAddRange(StiPagesCollection)
Public methodCheckCacheL2
Public methodClear
Removes all objects from the CollectionBase instance. This method cannot be overridden.
(Inherited from CollectionBase.)
Public methodClearAllStates
Clear all earlier saved object states.
Public methodContains
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFlush
Public methodGetComponentByName
Public methodGetEnumerator
Returns an enumerator that iterates through the CollectionBase instance.
(Inherited from CollectionBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPage
Internal use only.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Public methodInsert
Public methodInvokePageAdded
Public methodInvokePageCleared
Public methodInvokePageRemoved
Public methodIsNotSavedPage
Internal use only.
Public methodLoadFromJsonObject
Public methodLoadPage
Internal use only.
Public methodMarkPageAsNotSaved
Internal use only.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnClear (Overrides CollectionBaseOnClear.)
Protected methodOnClearComplete (Overrides CollectionBaseOnClearComplete.)
Protected methodOnInsert
Performs additional custom processes before inserting a new element into the CollectionBase instance.
(Inherited from CollectionBase.)
Protected methodOnInsertComplete (Overrides CollectionBaseOnInsertComplete(Int32, Object).)
Protected methodOnPageAdded
Protected methodOnPageCleared
Protected methodOnPageRemoved
Protected methodOnRemove
Performs additional custom processes when removing an element from the CollectionBase instance.
(Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Overrides CollectionBaseOnRemoveComplete(Int32, Object).)
Protected methodOnSet
Performs additional custom processes before setting a value in the CollectionBase instance.
(Inherited from CollectionBase.)
Protected methodOnSetComplete
Performs additional custom processes after setting a value in the CollectionBase instance.
(Inherited from CollectionBase.)
Protected methodOnValidate
Performs additional custom processes when validating a value.
(Inherited from CollectionBase.)
Public methodRemove(StiPage)
Public methodRemove(Int32, Int32)
Internal use only.
Public methodRemoveAt
Removes the element at the specified index of the CollectionBase instance. This method is not overridable.
(Inherited from CollectionBase.)
Public methodRestoreState
Restores the earlier saved object state.
Public methodSavePage
Internal use only.
Public methodSaveQuickPagesToCache
Internal use only.
Public methodSaveState
Saves the current state of an object.
Public methodSaveToJsonObject
Public methodSortByPriority
Public methodToList
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
Fields
See Also