Controls To Create Reports E.g. Pdf Files In Express?
Mar 22, 2012Does anyone know where i can find a control for creating reports, e.g. in a pdf format?? Or do i have to create my own report on a form and print the form??
View 2 RepliesDoes anyone know where i can find a control for creating reports, e.g. in a pdf format?? Or do i have to create my own report on a form and print the form??
View 2 RepliesI have almost finished working on a small application using VB.NET 2008 Express Edition as front end and SQL Server Express as back end. Now my next step is to generate reports for the application. Is there ANY way I could create reports in VB.NET Express Edition?
View 3 RepliesI want to build my first user control using VB.NET 2008 Express. This control would simply inherit the ComboBox and use some event handlers to do an intelligent auto-complete function. When it's finished, I naturally want the control available in the toolbox so I can add it to forms in design mode.Is there a good tutorial on how to do this with VB.NET 2008 Express? Should I create this as a stand-alone project or as part of the first project where I will use it?
View 7 RepliesI've been programming in VB6 for years, I have decided to take the plunge into VB.net and C# 2010 but having a little problem understanding the big picture.In VB6 I could create user controls and save them as .ocx files, then use those .ocx's in other programs or on html pages. I am sure the same idea is present in VS 2010, I'm just not seeing it.Can anyone recommend a book or tutorial that will show me the big picture of all the aspects of the .net environment?
View 2 RepliesI am using vb express 2008 and MsAccess as database for my project of Point of Sale System.I am at final stages of this project and now my requirements are of making some reports and to print them. Like Sales Invoice. Daily Sales Report etc.Is there any option of Reports making and Printing in Vb express.I have heard about Crystal Report Writing tool. But i think it is not free to download.Can you guide me how i can accomplish the task of Reports and Printing in Vb express?
View 2 RepliesIf it is possible can I please have a few pointers use Crystal Reports XI with .Net 2008 Express?
View 2 RepliesWe always get this error whenever we try to run the form that has the Crystal Reports viewer on the unit to which we deployed our application. Attached is the screenshot of the generated error and the complete error description.
View 2 Repliestell me wat is the difference between crystal reports created in vb and in vb.net??how to create crystal reports in vb??
View 1 RepliesI have two MS Reports with each their own dataset.The first one works but the other does not fill anything in it's table. When I debug the dataset, just before showing the Report, it's fill, and I did the same setup as with the first report.I get no errors og other input.. The table just not show any rows at all. Is their any log files that can tell me something and if so, where can I find them?
View 2 Repliesi wanted to know how can i create reports in vb.net
View 1 RepliesHow create reports in 3.5.
View 1 RepliesJust want to ask,how can i create a log file on vb.net
View 10 Replieshow to create reports in vb.net?
View 1 RepliesWe are developing an application and need a reporting tool to do the reports. We would like to find out how we can Crystal Reports and whether there is an alternative tool to Crystal Reports.
View 7 RepliesI want to create Reports using ReportViewer.
I tried and could able to achieve it by adding dataset and data-tables to the form.
But i want to add it using datasets.
I have developed a windows database application in vb.net 2008 express and sql express 2008. Is there a way to create reports in the application?
View 2 Repliesi want to generate day book,general ledger,individual ledger in vb2008. my report form is daybreak total,cumulative tota,ledger total likeway. i want to generate data from different tables example:-from purchase table,sales table,payment table etc... we need total of every day by day from all these files
[Code]...
I am trying to create reports for a project I am working on. Basically it is a program used by a company to keep track of its sales reps. The income of each sales rep is stored in an array. I need to create a report ranking each sales rep in order of highest sales.I have looked into using crystal reports but I am getting bogged down in the server stuff and dont really know what to do.
View 3 Repliesi am trying to create a dataset for use with crystal reports. i have a dataset called dataset.xsd with two tables BatchHeader and BatchDetail these have a relationship of BatchID on both tables.(see picture1)
[Code]...
Is it possible to create crystal reports in vb.net programatically at run time? There will be no typed dataset because I don't know what fields will need to be in it until the user clicks "Print".
View 12 RepliesIs there a way to create reports from an access database using visual basic 2008 express?
View 4 RepliesI am trying create a multiple reports using a single report viewer. can this be done, if yes can u give me a clue on hw to go on about it. i have done everything its just the part of having multiple reports
View 11 RepliesI have a stored procedure that requires a DATETIME variable to display the results in crystal reports. How would I create an input text box and pass the variable to the procedure? Is it even possible to program in vb or C# in crystal reports, or do I need visual studio 2008?
View 1 RepliesI have 2 or more reports and I want to be able to open them in a single report. Let's call it the master report. In this report I want to open several reports, that are independent one to another. I'm using this code to generate the raports:
Dim crDocument As New CrystalDecisions.CrystalReports.Engine.ReportDocument
Dim cmd As New OleDb.OleDbCommand
Dim da As New OleDb.OleDbDataAdapter
Dim dt As New DataTable
[code]....
With this code I rewrite the datasource of the raport, and I can filter the query by the 'param' variable in the query.After setting the datasource of the report i can save the raport:
crDocument.ExportToDisk(CrystalDecisions.[Shared].ExportFormatType.RichText, "C: emp.rtf")
into rtf, pdf, etc. I want to append more of these reports into a master empty report. Or load these reports as subreports into a master empty report.
- I added report wizard to the solution. - Then according to instructions i added fields to report.- But how I can attach the report to the Windows form ?- In Visual Studio 2005, I used crystal report viewer to attach reports on the forms.
View 2 RepliesI grabbed some sample code to generate 100 comboboxes at runtime. The short version of the code is shown below, I left out all the combo box fortmatting and placement details...
Dim TB1 As New ComboBox()
for loop
TB1 = New ComboBox()
Me.Controls.Add(TB1)
end loop
it produces all the comboboxes and looks fine, but i cannot figure out how to reference an individual combobox. Are they in an array? How do you single out a single combo box, for example, how would I check the value of the 33rd combo box?
I have added the references but I go to add ew item Crystal Reports still doesn't show.
View 8 RepliesI'd like to be able to create, name and store individualized reports (school report cards, actually) with VB.Net and Crystal Reports using data from our SQL database.
It would be even better to be able to automatically generate individualized e-mails using e-mail addresses stored in the database, attaching the aforementioned PDF reports and sending them off.
I created several Reports in Visual studio. and now I would like to create a form with buttons that open the reports. I have been searching for the code to open a report but cannot find anything useful.
Do I have to add al the Report projects to my ReportForm project or...?
Is there any way to design and print reports using VB.Net Express 2008 If there is no solution, my backend is Access 2000 - so can I open & print a stored A2000 report from within VB.Net 2008 Express ? How
View 5 Replies