ActiveReports 18 .NET Edition
DevOps / ActiveReports Features / ActiveReports Components / Designers
In This Topic
    Designers
    In This Topic

    ActiveReport offers three designers: Standalone Designer, WebDesigner, and Visual Studio Integrated Designer. These designers provide rich report design functionality for web and desktop applications.

    Standalone Designer Key Features

    ActiveReports provides a compiled tool-a standalone designer application for desktop applications. This designer lets users view, edit, and create complete design-based, code-free, .NET reports in a single application.

    WebDesigner Key Features

    ActiveReports WebDesigner is based on HTML5/JS technology stacks available for the ASP.NET MVC and ASP.NET Core MVC, allowing users to create ad hoc reports in all major browsers.

    Visual Studio Integrated Designer Key Features

    ActiveReports offers an integrated designer that lets users create report layouts in Visual Studio and edit them at design time, visually, and through code, script, or regular expressions.

    Report Controls

    ActiveReports Designers support the below controls and data regions (report items) in Page, RDLX, and Section Reports:

    Section Reports Page Reports/RDLX Reports
    • ReportInfo
    • Label
    • Line
    • PageBreak
    • SubReport
    • Shape
    • Picture
    • RichTextBox with HTML tag support
    • Chart with separate data source
    • Textbox
    • Barcode with standard styles plus RSS and UPC styles
    • Checkbox
    • CrossSectionBox extends from a header section to the related footer section
    • CrossSectionLine extends from a header section to the related footer section
    • InputFieldText
    • InputFieldCheckBox
    • Table data region
    • Tablix data region
    • Map data region
    • Chart data region
    • Classic Chart
    • List data region
    • BandedList data region
    • Sparkline data region
    • FormattedText with mail merge capabilities and XHTML + CSS support
    • Bullet Graph
    • BarCode
    • CheckBox
    • TextBox
    • TableOfContents
    • Line
    • Container
    • Shape
    • Image
    • Subreport
    • Overflow Placeholder (Page Report only)
    • ContentPlaceHolder (RDLX Master Report only)
    • InputField
    • CustomReportItem
    See Also