ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PageCollection Class
Properties Methods

In This Topic
    C1PageCollection Class Members
    In This Topic

    The following tables list the members exposed by C1PageCollection.

    Public Properties
     NameDescription
    Public PropertyGets the count of elements in the collection.  
    Public PropertyGets the C1PrintDocument containing the current page collection.  
    Public PropertyGets the element at the specified index.  
    Public PropertyGets the maximum logical page number in the current collection.  
    Public PropertyGets the maximum logical horizontal page coordinate in the current collection.  
    Public PropertyGets the maximum logical vertical page coordinate in the current collection.  
    Public PropertyGets the minimum logical page number in the current collection.  
    Public PropertyGets the owner of collection. (Inherited from C1.C1Preview.OwnedFastList)
    Top
    Public Methods
     NameDescription
    Public MethodClears the current OwnedFastListBase. (Inherited from C1.C1Preview.OwnedFastListBase)
    Public MethodOverloaded. Searches the current collection for a C1Page with the specified logical coordinates (identified by the C1Page.X and C1Page.Y properties on a page).  
    Public MethodReturns the index of the specified object in the current C1.C1Preview.Util.FastList. (Performs a fast search using the C1.C1Preview.Util.FastList.FindObjectIndex method.) (Inherited from C1.C1Preview.Util.FastList)
    Public MethodRemoves the page with specified index from collection.  
    Top
    See Also