Setting Custom Paper In Crystal Report?

Jul 29, 2010

Can I set custom paper size in my crystal report? For example, i want to show 8.5X5.5.

View 4 Replies


ADVERTISEMENT

Setting Custom Paper Size In Crystal Report

Aug 22, 2010

I need to print the bill and the paper size is 204 by 152 mm and its a continous paper. i did write the code as follows [code]i have done enough research but came with nothing thats why m posting here.I just need how to set custom paper size to crystal report.

View 7 Replies

Programmatically Setting Custom Paper Size For Crystal Report?

Nov 5, 2008

I have created custom paper Size "XPaperSize 15 x 12" in Printers - File - Sever Properties. In VB .net 2005 I am trying to set custom Paper Size for Crystal Report. My problem is when I run report from Vb .net, Crystal report viewer showing correct preview for custom paper size but when I give print command it's print default printer paper size e.g. Letter size.

Here's the code I'm using to print:
Dim ObjCrReport as new ReportDocument
ObjCrReport.SetDataSource(ObjPrintDataSet.Tables("PrintData"))
SetReportPageSize("XPaperSize 15 x 12", 1) ' call Procedure for setting Custom Paper Size
End Sub
[Code] .....

If I used "myAppPrintOptions.PaperSize = PaperSize.PaperLegal" then print preview & Printing coming correct. Why it's printing Letter Size where Crystal preview showing custom paper size preview? & How to set Crystal Report Printer Paper Size?

View 2 Replies

VS 2008 Setting The Crystal Report Header Text?

Aug 26, 2009

in Crystal reports ( crystalreport1 )how can i change the textbox text in report header ( say for Eg textbox3 ) to some thing of my own,during run time for visualization i can say, i need to set the report header textbox that states the report filtered date, which can be set while the run time only

View 4 Replies

Custom Number Format In Crystal Report

Mar 28, 2010

How can i format quantity value in crystal report like if the value is 5, then just show as 5. If the value is 5.25, then show as 5.25. So which format should i use for that?

View 3 Replies

Using List Of Custom Class Object As Data Source For Crystal Report

May 24, 2011

I am trying to find way to design a report using my own custom class. I found links:

1.) How to work in Crystal Report with Object Data Source?

2.) Use .net object as data source in Crystal Report 2008

3.) Binding object with List<> to Crystal Report

4.) How to assign Custom class as datasource in crystal report

They were quite helpful, but I have been stuck in the first step while designing report as my custom class's property is not listed in field list of crystal report design view.[code]When I add my class objects to crystal report I do not get the usertype field from users class in field list.So how can I add usertype field to my field list? Or do I have to take another approach?The reason i wanted to use it as i am:

1.) Showing a form where user can type keyword
2.) program filters the records as per keyword using LINQ
3.) when user clicks the print button, I want to set the filtered records as datasource of my report

View 3 Replies

Crystal Report & Temporary Tables - Print The Table Data Through Crystal Report?

Jun 21, 2010

I m using .net , I create some temporary tables at run time, how to print these table data thru crystal report

View 1 Replies

Create A Crystal Report Dynamically Not By Using Crystal Report Wizard

Jun 23, 2009

Iam workin wid crystal reports have a problem i jus want to create a crystal report dynamically not by using crystal report wizard rather by using a blank crystal report and connecting to the database server and generating the report from the database manually....

View 1 Replies

Specify Which Paper Tray Will Be Used For A Report?

Jan 12, 2006

I need to specify which paper tray will be used for a report but I keep hitting dead ends.

I started out using code like this:

ReportDocument.PrintOptions.PaperSource = CrystalDecisions.[Shared].PaperSource.Lower

I tryed every option in the enumeration and it always pulled from the upper tray. I searched the web and found a number of people said "PaperSource" doesn't work, use "CustomPaperSource" instead. I tried it, but discoved CustomPaperSource doesn't appear to be a method of PrintOptions because the command is not recognized and won't compile. Sample:

For Each printerSource In printerSettings.PaperSources
If printerSource.SourceName.ToString = "Tray 1" Then
reportPaperSource = printerSource
End If
Next
ReportDocument.PrintOptions.CustomPaperSource = reportPaperSource

I found a Hot fix on the Business Objects site and applied it successfully.

I also fould they recommend Crystal Report Service Pack 3. When I run it, it gives me a message: "Failed to read/update the registry for the Crystal Reports 10.0 Service Pack 3 -199".

I have 2 questions:

A) Is there a way to get my original PaperSource to work? It seems silly to have commands that don't do anything, so there must be a way to get it to do something.

B) Is there a way to get this or some other service pack to load so I can use the new command (CustomPaperSource)?

View 5 Replies

Visual Studio 2008 Not Install With Crystal Report (only Crystal Report Install Its?

Jun 12, 2011

i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file

View 1 Replies

Manually Setting The Paper Size Programmatically?

Mar 21, 2010

i want custom paper size can i declare in height and width of the paper.

View 1 Replies

Printing On A Continuous Paper Through A Thermal Printer Using Crystal Reports

Mar 11, 2010

I'm trying to take a print on a Continuous Paper through a Thermal Printer ZP 2844 using Crystal Reports 2008 along with Visual Basic .NET 2008. I've set the page size to 3.00 inches as width & 3.00 inches as height. It prints well when the contents are a few on a single page but it puts gap when printing more than single page. There's no page margins set in crystal reports & the printing setup is the same in Crystal Reports as well as in Printer's Setup. Even in Print Preview of Crystal Report, it shows 2 pages to be printed but there's neither any gap at the end of first page & the start of second page. But! Still, a gap is shown when the report is printed. Here's an example how the print is show:

----------
Product Qty Amount
Item1 1 100
Item2 1 100

[Code]....

You can notice the gap between Item3 & Item4 which is due to next page or page break or so. I've noticed that in Crystal Report Viewer for Web, there's an option of SeparatePages = False which let you have a single/continuous page printing but I've not found any such option in Crystal Report Viewer for Desktop.

View 1 Replies

Will End-user Need A Crystal License In Order To Use Crystal Report Part Of Program?

Jul 16, 2009

I plan on designing a Crystal Report, and then calling it through VB.NET code. Will the end-user need a Crystal license in order to use the crystal report part of the program?

View 1 Replies

ITextSharp Custom Paper Size

Mar 22, 2010

I'm using iTextsharp library to create PDF files. I can declare for A4 Landscape paper like this:[code]I'm wondering how I can set Height of pdfTable or A4 Height manually. Because there's a lot more margin left at the bottom, and I need to put some text at that margin. Right now, I put a line of text at the bottom, the line's got pushed to the new page.How can I override the height of A4 paper provied by iTextsharp? How can I create a custom size paper, say Width = 29cm, Height = 22cm?

View 2 Replies

Print By Printer On Custom Paper?

Jun 18, 2012

This is pankaj, I am currently working on the printing project. Here I have creating a custom paper(height =

1000mm and width = 800mm) on the printer via code and then trying to print the text on a specific location (for

example. top = 1cm and left = 1cm). It does not print the text After trying many time i found that printable area,

created by the code, is not changed but it is changing height and width as custom paper i have given in the code. But still it's printable area remains the same as previous paper

View 2 Replies

Print Using Custom Paper Size?

Aug 12, 2007

printing document using custom paper sizes, i created a new paper size thru code and try to use the same paper size for printing, in preview it shows exactly [ giving output in same pape size ], but while printing the paper size is resetting to A4 / letter.How can i solve this ... i am using vb.dot net 2005.i read somewhere that it is possible thru Winspooler API, but i dont know how to use that.

View 1 Replies

Close The Crystal Report Viewer And Pass The Parameter Again And Should Be Able To View Report Again?

Aug 15, 2011

When i pass the parameter and run the report it works fine as i close the form it closes the form is there any way so that i should be able to close the crystal report viewer and pass the parameter again and should be able to view report again.

View 1 Replies

Print A Report Which Is Receipt Having Size 3 X 4 Cm But Unable To Resize Crystal Report?

Dec 30, 2010

I got a problem I want to print a report which is receipt having size 3 x 4 cm. i am unable to resize crystal report. i am using crystal report coming with visual studio.net 2008.

View 1 Replies

VS 2005 Getting A Custom Tracing Paper Control?

Oct 5, 2009

know of a custom tracing paper control?Unfortunately a goggle search didn't return anything i could use.

View 6 Replies

Crystal Report Not Loading - Get The Load Report Failed Notice

Jun 5, 2011

I have created an application using vb.net 2008 and for reports Crystal Reports Basic for Visual Studio 2008 but the problem is, when I run the application in another machine away from developing box, I get the Load report failed notice. I don't have any idea on how I should approach this issue. I tried installing the CRRedist2008_x86 and CRRedist2005_x86 but still the problem won't go away.

View 3 Replies

Display Data From Table In Report Footer Of Crystal Report?

Dec 2, 2010

I'm having a problem with my crystal report with regards to report footer. I want to display the data from the table, column name "Remarks" in report footer but when I try to call the data it doesn't show the remarks. I'm using VB 6 and mdb files as my back end. Is there any command or fundamental that I've missed?

View 1 Replies

Crystal Report - Dosn't Shows Any Report Instead Of It Gives An Error

Jun 21, 2010

I had created 5-6 crystal report in my vb.net project with back end sql server 2005 and i had given my path for crystal report. after this i had creted setup and deployed at customer machine but there it dosn't shows any report instead of it gives an error. for viewing report so how to come up with this probelm.

View 7 Replies

Crystal Report With Joined Query Not Showing On Report

Jun 5, 2011

im trying to fetch rows in 3 TABLES using JOined Queries.im tried the query first in MS ACCESS and it worked but when i tried to show it in Crystal report it wont show its data. [code]

View 7 Replies

Draw A Crystal Report Viewer To View The Report?

Aug 14, 2010

I am working on a windows application in VB.Net 2008. I have added a crystal report in my project. and I have draw a Crystal Report Viewer to view the report. But when I run this report It asks user name and password. (The snapshot is attached here) I have used the following code to set the log on info of report.

[Code]...

View 1 Replies

Load Report Failed For Crystal Report FOR .net 2005?

Dec 16, 2009

<Visual Stusio 2005 visual basic / Crystal Report 2008>

I simply created a "Report" folder on the the project and "crTxEmpMaster.rpt" is created on the "Report" folder.I tried load a .rpt file for Crystal Report, but it occured "Load report failed" What is wrong wth it? #1 and #2 both failed.

Dim menuReport As New ReportDocument()
'#1
Dim reportPath As String = Application.StartupPath & "" & "ReportcrTxEmpMaster.rpt"

[code]....

View 6 Replies

Custom Paper Size Printing In Dot Matrix Printer With Tear Off

Sep 10, 2007

I am facing a problem in printing document using custom paper sizes in dot matrix printer,i created a new paper size thru code and try to use the same paper size for printing, in preview it shows exactly [ giving output in same pape size ], but while printing the paper moves for A4/Letter and i cann't able to enable the Tear off Mode.i am using C# 2005.

View 2 Replies

Data: Use Any Report Application As Crystal Report?

Dec 1, 2009

I need advise on how to solve this scenario. I am not sure whether I should use any Report Application such as Crystal Report or I can just simply use datagridview.My scenario:In a new form, a table will show a least 3 columns.

First, ItemID

2nd, Total Quantity Sold for the Current Month

3rd, Total Quantity Sold: Last month

ItemID Current (Nov) October
ABA1 100 85
ABB1 80 90

Hence, I can compare the figure of the current month with the past few month.Right now, I do not have any problems building SQL_String for calculating the Total Qty Sold for the Current month and display it via DataGridView. But I am not sure how to additional column that calculate the Total for the past few month

View 3 Replies

Migrate VB6 Data Report To Crystal Report Within VS.NET?

Feb 19, 2009

I am trying to convert a VB6 Data Report (.dsr file) to a Crystal Report through the migration process within Visual Studio. I have read articles that reference adding a Data Report to a Project from Visual Studio 2005/2008 and that it will convert the Data Report to a Crystal Report, but I have not been successful in doing so. Does the VB6 Data Environment need to be converted too? Has anyone been able to do this successfully and if so, how?

View 1 Replies

Show Report By Using Two Parameter Crystal Report

Mar 11, 2010

I have a table there in SQL SERVER 2000 which has five fields[date income amount expense amount]. Now user wants to input first date & last date there in form to show records ok? To show record by one paraemeter was easy for me & I did it by following code. I mean I made one parameter & got one form with one text box & one button & one report viewer. Let me show you my code for button event what I used to show report by one parameter.

[Code]...

View 3 Replies

Report Viewer - Custom Header On Every Page When Print Report

Jul 1, 2011

i want same custom header on every page when i print my report, how can i?

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved