ActiveReports is a reporting framework for Visual Studio programmers designed and marketed by GrapeCity. It offers three different types of reports: traditional banded reports with event-based code or script for fine-tuning reports like Microsoft Access or Crystal Reports, page-based reports for fixed layouts, and RDL reports for more fluid, interactive reports. It is designed for use in Windows Forms desktop or ASP.NET and HTML5 applications.
382 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
How can I draw rectangle in SubReport in ActiveReports?
I have a program which uses activereports 6 for reports. I need to draw a shape with c# on report but i couldn't figure out to link picturebox or shape or OleObject. SubReport script page includes ...
- 2,117
Custom API endpoint for ActiveReports 17 .NET core and Angular solution
I'm developing a dotnet 7 and Angular solution, backend and frontend are not on the same server. I have installed Active Reports 17 for .NET to generate some reports. The issue is that I can't get to ...
- 1
ActiveReports 7 - Does an application license expire? If so, when?
On a project that the team I am on is nearly done with, we've had seemingly intermittent Access is Denied errors on our Test environment, stemming from our assembly's ActiveReports License DLL. After ...
- 6,186
How to update Data source in Rdlc Active report,after adding new fields in dataset from view
Select * FROM Customerdatasource
- 104
Upgrating project to Active Reports v17 that exports PDF to mem stream
I'm upgrading to Grape City Active Reports v17 from v11 and I've run into some difficulty with the following code: Dim pdf As PdfExport Dim MyMemStream As System.IO.MemoryStream = New System.IO....
- 104
How to restrict adding duplicate item in VB6
I have an application written in VB6. This application contain a file with snippet containing a foreach loop. In this loop a method is adding controls to a section (section is a region in report). I ...
- 104
ActiveReports : The sections collection is invalid
I have an ActiveReport (.rpx), which was originally built in DataDynamics.ActiveReports Version 3. I have recreated the report in Grapecity.ActiveReports Version 16.3.1. The LoadLayout is working fine,...
- 104
is there a workaround to allow Active Reports to run under Win10 OS?
I am supporting a legacy VB6 Desktop program that uses Active Reports to create a lot of reports and many of them are exported to Excel. There are many users still using Windows XP. More and more ...
- 50.7k
Set datasource at runtime ActiveReports 10
I try to set datasource at runtime in my report of Activereports 10. i have this code in the script : ''' Sub ActiveReport_ReportStart Dim connectionString = “Data Source=PC\SQLEXPRESS;Initial Catalog=...
- 104
Grapecity activeReportJS taking more memory in angular that failed angular build command
I am using grapecity's activeReportJS with angular using it's native js library : ` deps : .angular version : 15.1.1 node version : 16.15.0 @grapecity/activereports : ^4.0.2 ` Here I have paste ...
- 837
How to overwrite datasource of rpx file for active reports in c#?
I have a rpx file with a datasource by default. I want to load it and check if the user wants to use a different datasource. I´ve already overwritten the datasource of the SectionReport object and ...
- 1
Convert ImageData to ImageBytes in ActiveReports 16
I have the following code in ActiveReports 12 in the Designer.vb file. I'm manually upgrading to ActiveReports 16 (because choosing the upgrade option from the Visual Studio menu isn't working) and ...
- 1
Implementation of Active Reports Viewer in Blazor WASM (HOSTED)
In a current application under development at my work I am implementing a report I made in ActiveReports Report Designer. The report itself is expecting JSON and has a schema imbedded in it. I have ...
- 33
SubReport print the next match record. How to make it print the right match record?
I have a report with a Subreport. Everything works fine when I put the subreport in a group header or Detail, but when I put it into a group footer (where we need it to go) the subreport shows the ...
- 63
Nested Array Object list in table ActiveReportJs React
This is my example object and i want to create a table with these columns HomeTown | Members | Power | SubPowers {homeTown}| {name} | {name} | {name} How can I display these nested arrays in table ...
- 1
153050per page