report

In an rdlc report, can I programmatically choose one of many possible sub reports in the subreporteventhandler?

Hi, I have a main report, with a space for a sub report. Depending on one of the main report parameters, I want to load one of many different possible sub reports. I got kind of excited when I saw a report path parameter in the subreportprocessingeventargs, but that turned out to be READ ONLY! So, can someone please tell me it's possib...

How to Depoly Vb.net Application containing Crystal Report and Access Database file

Hi guys, I am trying to build a setup file which will install my vb.net application with database and crystal report files to the client. 1.) I created my vb.net application in release mode. 2.) I created new setup project and added my vb.net application project in that solution. 3.) Also added the primary output in application fold...

how to center align table in reportview in asp.net

hi, im using report viewer in visual studio 2008, in my report, everything is display correctly except table. check the image for more details http://i26.tinypic.com/2luq3rc.jpg the table is left aligned, how do i center align it please help ...

SQL loop problem

Hi guys, I have a problem, I hope somebody out there can help. I'm not really good at sql programming so I need help from u guys. Here's my problem, I have customercode that has possible of 2 or 3 addresses. sample: cust1 address1 cust1 address2 cust1 address3 cust2 address1 cust2 address2 I want to generate a report in .net to...

SQL Magento Sales Report

I’m trying to add new columns in report/sales/shipping. Columns are now ok but I can’t display values coming from another table. in app/code/local/Mage/Sales/Model/Mysql4/Report/Shipping.php After protected function _aggregateByOrderCreatedAt($from, $to) { try { $tableName = $this->getTable('sales/shipping_aggregated_order...

How to print a QRLabel, QRMemo justified?

I´m using BDS MMVI / QuickReport and i need to print a large text with justified aligment (like msword). Any ideas? Thanks in advance. ...

run ssrs report and email it from .net code

I have a report that shows all errors (if there are any) from a process that runs every day. At the end of the process, I want to write some code to execute the report and email it. I am seeing how to email a report from code, but I can't seem to find anywhere that shows how to run the report from code. I am using C# in vs 08, and the re...

how to use VS reports

Can someone point me to a tutorial or walkthroug on how to crease a simple report in VB.net. The first report need to be simple, like a membership list -- no aggregates or averages etc.. I have the data in a single table. I am just battling to get started. Ryn ...

Website Access Test From China

To all the Chinese members of StackOverflow, a quick request. I'm performing a series of tests on a university website and want to ascertain if it can be accessed from all parts of China. So far, sites like JustPing have reported success from major cities like Shanghai, Beijing etc. I'd still like to go ahead and get a report from the av...

Difference between versions of Report Viewer Control

There are several versions of the Report Viewer Redistributable. If I'm reading things right, the versions do NOT correspond to a version of Reporting Services. Is this correct? They instead correspond to a version of the .net framework? Is anyone holding a link to a comparison of versions (8, 9, and 10)? I've tried searching for ...

How to print a customized report in C#

I have a sqldatareader, which contains information that i want to print as a report, in a customized format. how can i do it? Do you think it is good to make an html file, and then print it? if so, how can i print a html file in C#? ...

php report generator

I was wondering is there any report making tools in php for MYSQL database? Threr are crystal reports for MS-SQL server and Oracle has its own report making tools. But i am finding difficulty making reports in php where i want to show header and footer for every page and it will show total pages and nevigation keys to show reports page b...

How do I generate a diff report for non-coders?

I've used many of the diff tools listed here. What I haven't found is one that has good reporting tools. The changes to our software baseline that will be reviewed at a change control board. I am looking for a diff tool that will produce a report of differences that can be viewed by the review team using a common file format (pdf/w...

Running Stored Procedures on a Report Services Model.

Hi I am designing an SQL Report Server Model, to replace a table that was used as a cut down version of the main database to report from. So the report will use the model to report from not the cut down database. I was wondering if there was quick and easy way to take the Stored procedures, that were used for 100+ report on the cut do...

Interactive Report

Hi All I am attempting to create interactive report within Visual Studio 2005 to deploy on a Report Server. Does anyone know or can point me in the direction of tutorials on how to make the report interactive? Thanks ...

How to call Stored Procedure using Report Builder 1.0?

I'm using SQL Report Builder and I would like to call the stored procedures that were already built. SSRS allows me to do this but since the company's requirement is to build a report model to allow users to do their ad-hoc reports, I need to find a way to include these stored procs written to populate some of the tables. Can anyone ple...

APEX 2.0 Report with dynamic column headings

I have a SQL query that outputs data in a normalised style... Column1 = Row Heading Column2 = Column Heading Column3 = Cell Value Is there a straight forward way to output data in this format? Once output as a grid, I also would like to chart the values, with each Column Heading representing a Data Series in the chart. And on a side...

Generate report slideshow from .Net

I need to create a simple slide with text and pictures. This will be done from a .Net 4.0 application. I'm open to various formats. I could target PDF, XPS, or PowerPoint for example. My highest priority is that I can get up and running quickly. What API's can you recommend? Note, I am entirely unconcerned with document or vendor p...

Multilingual report in Crystal Report for VS 2008

We are creating some reports using Crystal report for VS 2008. The reports are not in English Language but are in "Marathi" language - Unicode. The application is a web application. When the report is opend using the Report Viewer control the report looks proper. But, when the print button is clicked, Report Viewer opens up the PDF vers...

Add a parameter to an MDX-Query

Hello, I am building a Report in MS Visual Studio which gets its data from a cube. This has amongst others a dimension called Player. I want to hand over a parameter 'Name' and receive the number of games the player has played. But I do not get the parameter integrated in the MDX-query I use. I had defined the parameter and in the query...