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

ReportSlicer Class
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 
 
Inheritance Hierarchy

System.Object
   GrapeCity.ActiveReports.PageReportModel.ReportSlicer

See Also