ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering Namespace / ReportProcessor Class
Members

In This Topic
    ReportProcessor Class
    In This Topic
    Handles gathering data for a PageReport and creating the rendering components for a report. The rendering components can then be passed to a rendering extension for rendering.
    Object Model
    ReportProcessor Class
    Syntax
    'Declaration
     
    Public NotInheritable Class ReportProcessor 
    public sealed class ReportProcessor 
    Remarks
    This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Rendering.ReportProcessor

    See Also