[2005] Programatically Get & Set the Page Margin from RDLC Report viewer -
Dear Friends
I am facing a serious problem while Set & Get the Page Margin, Paper Size, Orientation etc to & from the RDLC - Report Viewer Page setup dialog.
I want to do this in Programatically.
Note :
1. Programatically I can able to get the default values of Page Margins from the Pagesetup.
2. Once I change the values in the Pagesetup, I cannot able to retrieve the modified Pagesetup values, it fetches only the default values of the Pagesetup.
ex.,
Following code gets the default value
MarginTop = ReportViewer1.LocalReport.GetDefaultPageSettings.Margins.Top
MarginLeft = ReportViewer1.LocalReport.GetDefaultPageSettings.Margins.Left
MarginRight = ReportViewer1.LocalReport.GetDefaultPageSettings.Margins.Right
MarginBottom = ReportViewer1.LocalReport.GetDefaultPageSettings.Margins.Bottom
Kindly help me to Get & Set the Pagesetup values Dynamically.
Thanks
Thiraviam
[2005] Programatically Get & Set the Page Margin from RDLC Report viewer -
Dear Friends
I am facing a serious problem while Set & Get the Page Margin, Paper Size, Orientation etc to & from the RDLC - Report Viewer Page setup dialog.
I want to do this in Programatically.
Note :
1. Programatically I can able to get the default values of Pag
Local Reports - Strategy -
Hi
I'm currently wrting my first .NET app.
I've created a form, put a Report Viewer control on it, created my table adapter etc and can load an rdlc into it just fine. My report works as it should. However, I've discovered (I think) that I can only bind the Report Viewer control
Problem with ReportViewer and rdlc -
Hi, I'm using ReportViewer and rdlc in my asp.net application.
I wish to generate my report in A4-size paper and printed in landscape.
There is a Table in the rdlc whereby I set the table header to RepeatOnNewPage = True.
I also added a textbox in the rdlc to show the Page No, =&quo
Report Viewer Control - Report not showing edits -
I have a WinForm application with several report viewer controls and some do not experience this problem, but it has happened before.
I create my reports as RDL files in a 2nd solution and then copy/rename to an RDLC in the project resources directory.
I then add it as a resource f
Add Parameters from Dropdown to Report Viewer Report -
I have a report that has been produced within Visual Studio 2005 using a dataset and rdlc. The report is being displayed using ReportViewer. I want to add a parameter to this based on a dropdown list within the same form. But do not know how to do this!! does anyone have any ideas how
[2005] RDLC Report Files edit by Client -
Dear Programmers,
In these days I'm using VS 2005. Now i'm stuck with a problem. I'm using RDLC reporting files for the reports. But is there anyone who has a solution for the client editing reporting in 2005. The client wants to edit his own report. SO basicly I need a RDLC editing
[2005] Report (*.rdlc) designing -
Dear All,
This is the first time, i'm using report viewer but i have a problem to use it. My problem are:
1. How to set parameter into the report design file.
Example: when i click a button i need to set a parameter in page header.
2. Maybe next time i will have it. Hehehe
[2005] RLDC Columsn -
I want to make labels in RDLC columns. Each label must have his own column in the RDLC report. Does anyone know how to fix this. I put an example as a image!
Gr
Exporting current page of report -
Hi, I'm using VB 6 with the Crystal report 9 viewer control reading a standalone crystal report.
Is there a way to read off the viewer control what page the viewer is viewing? ie if I am looking at page 3 of the report in the viewer control, can I read that page number into a variabl
Edit RDLC by client/user - Let the user design invoice layout -
Hi,
In these days I'm using VS 2005. Now i'm stuck with a problem. I'm using RDLC reporting files for the reports. But is there anyone who has a solution for the client editing reporting in 2005. The client wants to edit his own report. SO basicly I need a RDLC editing tool for the
[2008] ReportViewer page count -
Hello,
I'm new to the ReportViewer and .rdlc files, and I'm wondering if there are any reasons why the ReportViewer page count might be different to the actual page count when the report is physically printed?
For example, when I view the report on screen in the ReportViewer, its sho
Dynamically assign ReportViewer to .rdlc -
Hi there
I have a form with a single Report Viewer control on it. I wish to use this single form to display ALL of my application's reports.
I am looking for a method that will allow me to assign the rdlc file / table adapter and rebind the datasource at runtime.
I've tried va
Adding DataSet to Matrix on Report -
I created a typed data set by using Add New Item.
Then I add a matrix to a report (rdlc). I set the Dataset name for the matrix and when I try to build it says:
Error 1 The matrx ‘matrx1’ is in the report body but the report has no data set. Data regions are not allowed in
Crystal Report Viewer in ASP.NET Problem -
Dear friends,
I have made a report in .NET environment by crystal report. I have loaded it in a web form with a crystal report viewer.
It is working good. But when I print the report it prints Report Name and Page No on the top of the paper and the report url on the bottom of the
Strange ReportViewer error -
I've got 1 Datagrid with several SQL statements and different RDLC reports. When I call one SQL and 1 RDLC report and I want to print this out in the ReportViewer it will work perfect. When I read another SQL statement with another RDLC report and I want to print this in the same Repor
Setting ReportViewer control to print RDLC report -
Hi All,
I'm tring to set a reportviewer to print various reports that i have designed using Visual Studio report designer (RDLC file). Does anyone knows how to do this?
Thanks!!
hw
Clearing Crystal Report Viewer -
Hi folks,
I have looked over the forum and found various items to do with the crystal report viewer but none that give me a solution to th problem i'm having.
I have an application which consists of a form with a report viewer and several buttons showing popup menus for various r
Passing parameters to Crystal Report w/o Report Viewer -
Can anybody help me figure out how to pass a parameter to a Crystal Report in VB.NET without using a viewer? I know it would be easier with the viewer but I need to get around using the report viewer object. Thanks!
Is there a way to get a one record RDLC report -
What i would like is to have a single page where I can move the fields where ever I want, similar to what was (I am not sure if it still is) possible in Access. The wizard only gives me the option of Tabular or Matrix.
The reason I want to do this is to generate a report, and then b
ASP.NET & ActiveReports -
Hi,
I have a simple ASP.NET page containing only 1 button.
That button opens ActiveReports (v5.2) viewer showing a report with 1 label displaying: "Hello this is my report"
All that run perfectly on my desktop.
But when I upload my ASPX page and ActiveReports DLL on
[2005] RDLC issuses,sharing common codes between Reports -
any rdlc guru in the house, i hav a lot of codes in the code section of my rdlc file (Code.<functionName> etc), is there is a way put this in a DLL or code file and then connect my rdlc file to the codes.Am REALLY duplicating the codes across the rdlc files ,and changes to a fun
Report Object rdlc files -
I want to create a Report object (the one that represents rdlc files)
programmatically.
What module is this in so I know what to import?
vb's so wrong..crystal's so right... -
I run a report in crystal it runs fine no additional blank pages.
I run this same report in VB and it always has a blank page in a section!!!!
It shows every page with all the data. The problem is when I open this up in VB it shows one additional page.
I am using Crystal 9
VB
[2008] Table Adapter and ReportViewer-Local -
Hi.
I am trying to see what I can do (or learn) with the ReportViewer control included in VS2008.
I have created a .rdlc file. It uses ObjectDataSource1. I also have an xsd file.
I'm trying to figure out how all these work together. I've pretty much used Wizards to create thi
[2005] [report problem] -
hello friends,
i am using (.rdlc) report in my project. i want to pass the parameter from main report to sub report . At run time only i will pass the parameter from main report to sub report.how to do this . please help me .
Regards,
Manju
Refreshing Crystal Report in VB 6 -
How can i refresh my Crystal report viewer so as to clear any previous data in the viewer at time of loading the report ?
I want to do this on my code at the time when im loading the report? Dont care if its done before loading or after loading the viewer? All i want is my viewer g
*Resolved* how can i close crystal report viewer -
I have asked this before, but am asking again. Its the only thing not working correctly onmy program.
I have a crystal report viewer, with its commands set up as a function. This way the different aspects of the program use the same viewer, so no two reports are viewed at the same t
help with Viewer settings -
I have a VB6 SP5 app that shows my reports in the Crystal Viewer 8.5 Dev edition. I would like when the viewer opens to always open at 100% zoom, at present it opens at various %'s. I would also like NOT to have the preview section that appears on the left side of the viewer show in th
Crystal Reports in ASPX page -
Can anybody help on how to place a crystal report viewer control and reportdocument control on an aspx page and pass the report name dynamically.
I've tried placing the Crystal Viewer control and report document control on the page and in page load I've used the following code
[2005] ERROR: Subreport could not be shown - GOING CRAZY! -
Hi,
I have been working on this freakin error for 3 days! I have scowered the internet and tried different things but cannot get it to work! I have a report (rdlc) that my reportviewer loads. My main report has a subreport. I have a sqldatasource for each report on my page that loads
[2005] Report Viewer -
Has ANYONE used the report viewer control? If so, who hosts your website? Also, is it true that the control requires a full trust environment?
Thanks!
Unable to view right side of report in CR viewer -
I have a .NET app that six customers are using. On two of customers, when they run a report using the crystalreportviewer, they are unable to see the right edge of the page. It looks like the page is not centered in the viewer as it should be, but is shifted to the right. There are no
How to display the rows and columns generated by SQL query in rdlc report dynamically -
How to display the rows and columns generated by SQL query in rdlc report dynamically.
I first created the .rdlc file and then add tables and then Column Names to display. Now i dont want to design the .rdlc file and i wanted to fill the .rdlc file with the number of columns and row
Crystal Report hanging in report viewer -
So, I have a large crystal report containing about a million rows of data, 977,362 rows to be exact. Anyway, I create the query, it runs in about 7 minutes, populate the viewer, about 2 minutes, then the first page of the report displays.
This is where I run into the problem. Afte
Messy Crystl Report Viewer 9 -
Hi,
Does any one experience on the Crystal Report Viewer 9, it is look messed up in the viewer but look prefect in print-out. Can any one give me an suggestion how to handle this problem?
I am using VB6 in Win 98.
Thank you.
[2005] Embedded Crystal Viewer, Requery Report -
I have an embedded crystal report, I pass parameters to this report on Load of the form, everything works....buuuuuuuut:
The first time i open the form that contains the viewer, works perfectly, but when i close this form and reopen it with different parameters, the initial data is
[2005]Report processing error -
Hello,
I am creating a rdlc report.
When I run the program, I got an error.
Code:
An error occurred during local report processing.
An error has occurred during report processing.
The Group expression for the grouping 'table_Group1' contains an error:
Input string was not
VB 6 Crystal Viewer 9 - read field from control -
Hi. I have VB 6 with Crystal viewer control 9, and am trying to read a field from a report in the viewer control, to a text box on the VB form. I can do this using the controls DBLClicked event utilising EventInfo, but I wish to do it without any user interaction (ie not using the co
Crystal Report Viewer (solved) -
I have a problem with the viewer. I have a crystal report made in V10. It works fine. I add the viewer to a blank form and set the source to the file. When I run the app in development mode, it works perfect. When I add the setup and deploy it, it gives me an error and then the vi
creating reports (rdlc type) in VB 2005 -
Any links or documentation for creating reports (rdlc) in VB 2005 ?
Alex