Java Report Designer

Hi Support,

Our customer is looking for Java Report Designer, What Aspose product should they use?
need info

thanks

@calistasoft,
Please explain your requirements a bit more and share input data/sample file as your expected output for our analysis.

Our customer is looking for a report designer for java development, they want to design a report by drag-and-drop the object from a toolbox and set its properties like field, text, etc, they also able to design a sub-report, report grouping, total, grand-total, sub-total, etc

if we use old VB6 (we can find Crystal Reports or ActiveReports).

@calistasoft,
Aspose contains exporters for JasperReports that allow developers to export reports in Microsoft Excel, Words, PowerPoint and PDF formats. However, there is no such visual or graphical component available that can be used to generate these reports by dragging and dropping fields, text, group, total etc.

Does it support Java? I read from SQL Server Reporting Services Rendering Extensions for File Formats | products.aspose.com
it says:

Easy & Lightweight Deployment

The installation package for Aspose.Total for Reporting Services includes MSI installers for each of its constituent rendering extensions which can be installed on the computers running Microsoft SQL Server Reporting Services (32-bit and 64-bit).

Each rendering extension is easy to deploy as it is comprised of only one .NET assembly that is written completely in C#, CLS compliant, and containing only safe managed code.

does it mean it only supports NET?

@calistasoft,

Aspose for Reporting Services extensions are written/compiled in (.NET) Dlls. I think you might not use .NET Dlls directly from Java as you have to use specific JAVA APIs (e.g. JNI (Java Native Interface) or JNA (Java Native Access) ) to access native codes.