ActiveReports 17 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports Namespace
Inheritance Hierarchy
In This Topic
    GrapeCity.ActiveReports Namespace (GrapeCity.ActiveReports)
    In This Topic
    The GrapeCity.ActiveReports namespace contains the report, control, and section classes that are the basis of all reports.
    Classes
     ClassDescription
    ClassProvides data for LocateCredentials event.
    ClassProvides data for the LocateDataSource event.
    ClassLoads, modifies, or saves a report definition.
    ClassSpecifies the page settings used to print the report document pages.
    ClassThis exception is thrown when an error occurs while connecting to the report's data source.
    Class

    This exception or one of its descendent classes is thrown when an error occurs while running the report.

    ClassThe ReportScriptException is thrown when an error occurs in the report scripting code or any of the report's calculated DataField expressions.
    ClassRepresents a collection of all sections (Section objects) in the report layout. 
    ClassThe SectionReport class is the base class for all section reports. It is used to execute and render the report.
    ClassFetchEventArgs class provides data required for the FetchData Event.
    Interfaces
     InterfaceDescription
    InterfaceFont resolver interface. Allows to customer to specify fonts for report (and obtain the same output on all platforms).
    InterfaceHelper interface to render as image (primary - for HTML in RTB).
    InterfaceWinForms wrapper over RTF related function
    InterfaceOptional UI interaction service to show UI dialogs. Brings a lot of problems in server-side cases, so should be used only for compatibility.
    InterfaceOptional service to execute WinForms-related function.
    InterfaceOptional interface to access to GDI+ Printer.
    Structures
     StructureDescription
    StructureGets settings.
    Delegates
     DelegateDescription
    DelegateRepresents method that handles LocateCredentials event.
    DelegateRepresents the method that will handle the LocateDataSource event
    Delegate

    Represents the method that handles the FetchData event.

    DelegateRepresents a method that handles the ParameterUIClosed event.
    Enumerations
     EnumerationDescription
    Enumeration 
    EnumerationSpecifies the action to be performed after a section is formatted.
    EnumerationDetermines the collation order when printing multiple copies of a report.
    EnumerationDescribe possible error codes for future detail processing of the error.
    EnumerationDetermines the current state of the report engine.
    EnumerationSpecifies the format in which the report is to be saved.
    See Also