Questions tagged [activereports]

Ask Question

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

0votes2answers194views

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 ...

thecoolmacdude's user avatar thecoolmacdude
  • 2,117
0votes0answers30views

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 ...

user23014939's user avatar user23014939
  • 1
-1votes1answer802views

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 ...

Nimantha's user avatar Nimantha
  • 6,186
0votes1answer166views

How to update Data source in Rdlc Active report,after adding new fields in dataset from view

Select * FROM Customerdatasource

Bart McEndree's user avatar Bart McEndree
  • 104
0votes1answer38views

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....

Bart McEndree's user avatar Bart McEndree
  • 104
1vote1answer235views

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 ...

Bart McEndree's user avatar Bart McEndree
  • 104
0votes1answer129views

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,...

Bart McEndree's user avatar Bart McEndree
  • 104
0votes1answer158views

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 ...

Adrian Mole's user avatar Adrian Mole
  • 50.7k
0votes1answer78views

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=...

Bart McEndree's user avatar Bart McEndree
  • 104
0votes1answer64views

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 ...

GrapeCity Team's user avatar GrapeCity Team
  • 837
0votes2answers1kviews

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 ...

Community's user avatar CommunityBot
  • 1
1vote1answer307views

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 ...

John Tonchen's user avatar John Tonchen
  • 1
0votes0answers58views

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 ...

Alphatrazz's user avatar Alphatrazz
  • 33
-1votes1answer27views

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 ...

QuangGiap's user avatar QuangGiap
  • 63
0votes0answers114views

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 ...

Arian N's user avatar Arian N
  • 1

153050per page

1 2 3 4 526

You Might Also Like