Tagged Questions

ActiveReports is a reporting framework for Visual Studio programmers designed and marketed by GrapeCity. It uses a banded report design metaphor for creating reports like Microsoft Access or Crystal Reports. It is designed for using in Windows Forms desktop or server-based ASP.NET web applications, as well as Sliverlight applications.

learn more… | top users | synonyms

9
votes
2answers
7k views

How to render Active Reports WebViewer in ASP.NET MVC

I asked this question in the DataDynamics forum earlier today. I thought that maybe I'd get some sort of response here at SO. I am trying to get the WebViewer up and running in my ASP.NET MVC ...
2
votes
1answer
49 views

How do I get .NET WinForms components to use a SET timezone instead of clients time zone?

I was not looking forward to describing this problem until I found another forum web site with the EXACT SAME question I need answered (but with no answer.) So with credit to this guy here is my ...
2
votes
1answer
58 views

Easiest way to pass parameters to ActiveReports report from .NET code

How does one pass parameters needed by my SQL query in an ActiveReports report? I know about the code that goes into the ReportStart event, but how does one pass the values of the parameters to the ...
2
votes
1answer
223 views

Problems with ActiveReports and RichTextBox

I have a problem ActiveReports 3.0 (VB.NET) with RichTextBox. When I print an RTF text which attribute: "\page" that it must make a BreakPage and need to print more than one page. But the report does ...
2
votes
1answer
423 views

.NET's license compiler (LC.EXE) seems to ignore the contents of licenses.licx on one machine, but not on the other. Why?

Background info: I've set up a very simple .NET solution in VS2008 that contains just enough code to display an ActiveReports report in a preview window. The ActiveReports component uses the ...
2
votes
3answers
339 views

Using different versions of the same assembly

I have a project where I simultaneously must use reports built in ActiveReports 2 and ActiveReports 6. Overall, it works ok, but some of the helper assemblies use the same name. For instance, to be ...
2
votes
3answers
232 views

formating HTML content into a printable report

I have been using the AJAX html editor to create content for a .NET project. The content is stored as raw HTML mark-ups. Now I need to take that content and inject it into a printable format. I've ...
2
votes
3answers
250 views

Report handler architecture question

I am attempting to have a ReportHandler service to handle report creation. Reports can have multiple, differing number of parameters that could be set. In the system currently there are several ...
1
vote
1answer
27 views

Memory Issue in IIS WCF Service when creating reports using ActiveReports

We have a requirement to generate reports automatically on schedule basis through WCFService hosted in IIS. The report is created using ActiveReports. Previously, we were generating report through a ...
1
vote
4answers
187 views

License.licx File and Licensed/Unlicensed machines

In a VS2010 solution I have a license.licx file that contains: DataDynamics.ActiveReports.ActiveReport, ActiveReports6, Version=6.1.2814.0, Culture=neutral, PublicKeyToken=cc4967777c49a3ff ...
1
vote
2answers
91 views

no compatible version of visual studio net found on system

I have installed full version licenced Visul Studio 2010 Professional, .Net 4.0 on my system. Now I am trying to install Active Reports 6 on it and facing the error "no compatible version of visual ...
1
vote
1answer
124 views

Active Reports PDF Generation

I've inherited a project that uses Active Reports. I'm required to basically create a simple pdf that holds data that's in a DataGrid on one of my ASP.NET pages. I've only found a single walkthrough ...
1
vote
2answers
139 views

TimeSpan field types in Crystal Reports or Active Reports

In a report, I have to implement timespan fields (For example duration of an activity). At the end of the report, a summary based on it should be included. Neither Crystal Reports nor Active Reports ...
1
vote
2answers
187 views

VB6, ActiveReports, and CanGrow property

I've got an ActiveReport which has a textbox populated at run time. The "cangrow" and "multiline" properties are both set to "true". When I run the report on my machine, the report prints out fine ...
1
vote
1answer
119 views

Active Reports 2: Why my report does not appear in run-time?

I have a VB6.0 legacy project which uses Active Reports Pro 2.0 for reports. In run-time, every thing seems to be all right but the report does not appear. I use windows 7 as my O/s. What 's wrong? ...
1
vote
1answer
140 views

Multiple versions of Active Reports installed on a single machine

I have to correct some bugs of one of the applications of my client that I support. The version of Active Reports (DataDynamics) used by the client in this application is different of the currently ...
1
vote
2answers
1k views

How do you export an report while using ActiveReports

I'm using Active Reports within my VB program to generate a report based on my data. Right now I have the report opening fine and it is allowing the user to print, copy, find, etc. I am unsure how to ...
1
vote
1answer
642 views

ActiveReports Conditional Formatting - Picture Visibility

In ActiveReports, how can I change formatting based on values in the report data? Specifically, I want to show or hide pictures based on a value in the data. The report gets bound to a list of ...
1
vote
2answers
234 views

get multiple reports in one report with Active Reports

How can I get Multiple reports (with deferent query) in one report using data dynamic active reports
1
vote
1answer
948 views

How do I export an ActiveReport to XLS in an ASP.Net MVC app?

I am unsure how to go about exporting my ActiveReports report document to XLS in my asp.net mvc app. My concept so far is to have a dropdown of export types and a submit button that submits that ...
1
vote
5answers
1k views

Has anyone used Data Dynamics Reports?

We currently use ActiveReports (by Data Dynamics, now Grape City) for canned reports, but are considering moving up to their Reports package. If you've used it, I'd love to hear your take on: ...
1
vote
2answers
589 views

How to troubleshoot “DataMember Not Found” in ActiveReports

ActiveReports seems like a powerful flexible tool, but if you make a mistake anywhere, you get an exception "data member not found. please check your datasource and datamember properties". There is ...
1
vote
1answer
572 views

Cannot add WebViewer of ActiveReports to an ASP.NET page

I installed ActiveReports from their site. The version was labeled as ".NET 2.0 build 5.2.1013.2 (for Visual Studio 2005 and 2008)". I have an ASP.NET project in VS 2008 which has 2.0 as target ...
0
votes
1answer
102 views

Using ActiveReports pro 2: How to work with Subreport?

I have a lagacy project (vb6) which has several reports (.rpx) next to the project execution file (.exe). When user executes the .exe file, it downloads the .rpx file to a specified local folder of ...
0
votes
1answer
42 views

print each row in different pages

I have a data table with data rows, which is coming from Ultra grid. I want to print each row in different pages of the report. How do I achieve this. I am using C# and active report.
0
votes
1answer
82 views

Page Number in ActiveReport

Now, I am working with ActiveReport in ASP.net and C#. I would like to know that can I get page number in "Section Event". I want to show some data when the page number is not equal to 1. So , I want ...
0
votes
1answer
84 views

Generic GDI+ Exception Followed by OutOfMemory Exception

I'm working on a VB.Net WinForms app. This app shows rows of production lines that the user will go down row by row and print a package of ActiveReports documents. This package can contain up to 9 ...
0
votes
1answer
67 views

Adding DataGridView to ActiveReports 3

I need to add a DataGridView to an ActiveReports 3 file. When I add the control its not recognized as a DataGridView but rather a custom control. Can anyone help me get around this?
0
votes
1answer
142 views

VB6, ActiveReports, and Ricoh printers: Rotating the Page?

I have a BEAST of a program written in VB6. It uses ActiveReports to generate letters. The reports are processed in a loop; with verbage-building loops and (a whole lotta) nested 'if' and 'case' ...
0
votes
1answer
228 views

Win7 64bit & VB6 Active Reports Image issue

We have a legacy vb6 program using Active Reports 2. We have been running on a mix of OS's from xp sp2 to Win7 64bit. We have everything working except on one specific machine. This machine (win7 ...
0
votes
1answer
81 views

How to show data from two different datasources in Activereport

I have a report file . I have to show the data in this report from two different datatable . I have to show the data from one datatable after another . I don't want to use sub report . Is there ...
0
votes
1answer
176 views

Language encoding problem with DataDynamics.ActiveReports.Export.Pdf.PdfExport reference

I have an encoding problem with DataDynamics.ActiveReports.Export.Pdf.PdfExport reference. It exports my report successfully but without using encoding. So, every char in other language than English ...
0
votes
1answer
71 views

text overlap in activeReport

with textbox taking data from an sql database. if the text is long enough it overlap on the bottom textbox and lines of the table don't adjust.
0
votes
1answer
501 views

mscorlib - value cannot be null - parameter name: value

I have a VB.net application that has been built for awhile. I recently added a barcode in active reports 6 to one of the reports. everything works fine on my machine as well as others, but a select ...
0
votes
1answer
66 views

How to programmaticaly print two copies of the same document in Active Reports?

My customer wants an ActiveReports report to be printed twice as original and copy. Is it possible to do this programmatically or I need to create that report copy and include it as subreport? ...
0
votes
1answer
433 views

Why Microsoft ReportDesign is so rough?any other RDL designer or at least compatibale RDL reporting tools?

we are moving from crystal report to rdl and rdlc report and we have got about 1000 report that they are changing daily by software support team that design reports. They can use CrystalReport ...
0
votes
1answer
204 views

Null parameter in sub report causes sub-sub report to fail

I am using active reports version 3.2 I have a report with sub report A. Inside sub report A there is sub report B. Report passes parameter X to sub report A Sub report A passes parameter Y sub ...
0
votes
1answer
750 views

Exception has been thrown by the target of an invocation

I know this is a relatively common error but I am working in an application that allows custom reports to be written using vb.net or C# for scripting. Error handling is very poor and I am not ...
0
votes
1answer
147 views

printing from a vb.net program using activereports stops working

and sorry for not exactly a programming question, but if anyone can help i thought this is the place after googling around and finding nothing. I have to cope with a crappy (presumably vb6) .net ...
0
votes
1answer
349 views

ActiveReport 3 : Add dynamic column for CrossTable

I am under ActiveReport 3 and I need to create CrossTable with dynamic number of Columns and Rows. The example given with ActiveReport 3 has put fix columns in design view and it's bad. There is a ...
0
votes
1answer
118 views

What is the Active Reports equivalent of Suppress If Blank option in CR?

What is the Active Reports equivalent of Suppress If Blank option in CR? If want to suppress a textbox in ActiveReports if the content is null or empty.
0
votes
1answer
175 views

Properties value resetting within another event

I am having some trouble with getting the formatting to occur correctly. I believe it stems from what is probably incorrect understanding of the events that I am attempting to make the changes in. ...
0
votes
2answers
144 views

DataDynamics Active Reports entering extra spaces in long email addresses

I'm using Data Dynamics Active Reports to generate some reports on our website. Action: User runs a report on user accounts (this contains an email field) and Exports to an excel file. Issue: If the ...
0
votes
2answers
1k views

Adding a subreport to Active Reports

I'm writing a report in VB .NET (using Active Reports) that displays details about a location, and then displays a bunch of images, which are stored in a database. The images are displayed in my main ...
0
votes
1answer
185 views

ActiveReports always prints last page when NewPage is set to “After”

I have an ActiveReports file with the NewPage property set to "After" in the Detail Section of my report. Every time I print, I get an extra page at the end of the report. How can I prevent this ...
0
votes
1answer
577 views

DataDynamics ActiveReports is not printing the page footer

I am using DataDynamics ActiveReport to generate a report. When I run the program and generate the report everything looks fine. Yet when I print the report the page footer isn't printed. What is ...
0
votes
1answer
449 views

Having problem in rendering subreport existing in group footer

I have to fix a report designed by Acive report and I am fairly new to this. The problem occurs after converting this report from frame work 1 to 2 .Nothing is changed but sub report showing the total ...
0
votes
1answer
489 views

Problem with ActiveReports(3.0) printing blank pages

Is there any way to determine if a page has any content? I am running into a sporadic issue where in my 4-page report I will ocassionally get a blank detail section (header/footer displayed) before ...
0
votes
2answers
267 views

Page-specific margin setting in AR3

I'm trying to programmatically set the margins in an active report based on the page number. Specifically, the first page needs to have small margins (so that the top-most text box with a return ...
0
votes
1answer
400 views

Active Reports winforms viewer control hosted in WPF Window

There is currently not an available WPF viewer for Active Reports 6. I was attempting to use a host control to display the viewer in a interop host but I'm not having much luck. Has anyone else ...

1 2