ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / PageCollection Class / Clear Method
Example

In This Topic
    Clear Method (PageCollection)
    In This Topic
    Removes all items from the PageCollection.
    Syntax
    'Declaration
     
    Public Sub Clear() 
    public void Clear()
    Example
    PageCollection collection = new PageCollection();
    collection.Clear();
    See Also