ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSlicer Class
Members

In This Topic
    ReportSlicer Class
    In This Topic
    Report slicer definition. Slicers are similar to parameters, but unlike them, changing a slicer does not lead to a complete rebuild of the report and re-query the data. Instead, the existing report data tree is rebuilt to form a new report.
    Object Model
    ReportSlicer Class
    Syntax
    'Declaration
     
    Public Class ReportSlicer 
       Implements IValidateable 
    public class ReportSlicer : IValidateable  
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.PageReportModel.ReportSlicer

    See Also