|
-
Jun 16th, 2008, 08:47 PM
#1
Thread Starter
Lively Member
[2008] How to make reports in VB 2008
Where can I find the Form for generating report in VB 2008.. Like DataReport in VB6.0
-
Jun 16th, 2008, 09:07 PM
#2
Re: [2008] How to make reports in VB 2008
If you are using Express then there are none. You need Standard or above.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 16th, 2008, 09:09 PM
#3
Re: [2008] How to make reports in VB 2008
In VB 2008 you would use SQL Server Reporting Services. Add a new item to your project and select a Report or Report Wizard. This will add an RDLC file to your project, so you can then design your report. You then add a MicrosoftReportViewer control to your form and select your RDLC file as its LocalReport. You'll also need to design a typed DataSet to use as a data source for the report.
-
Jun 16th, 2008, 09:16 PM
#4
Re: [2008] How to make reports in VB 2008
 Originally Posted by RobDog888
If you are using Express then there are none. You need Standard or above.
Hmmm... forgot about that. There is an add-in for VWD Express 2005 that may work with VWD Express 2008 too. I would think that if you designed a report in VWD you could then import it into VB Express.
-
Jun 17th, 2008, 12:38 AM
#5
Re: [2008] How to make reports in VB 2008
Yes, I believe you may be able to add it in if you download and install VWD but I havent done it so I cant say 100% that it works or what kind of IDE support it provides if any.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 17th, 2008, 01:09 AM
#6
Re: [2008] How to make reports in VB 2008
You can download the add-in from here. I'm not sure that it will work with VWD 2008 Express but you can install 2005 without a problem. You should then be able to Add Existing Item to import the RDLC file into your VB Express project. I say "should" and I mean "should". Fingers crossed.
-
Jun 17th, 2008, 01:15 AM
#7
Re: [2008] How to make reports in VB 2008
But it says ...
but without support for Windows Forms applications
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 17th, 2008, 01:23 AM
#8
Re: [2008] How to make reports in VB 2008
Hmmm... again. I give up then. I actually thought that the ReportViewer control was part of the .NET Framework proper but it's actually in its own assembly. I guess the assembly containing the WebForms control gets installed with that add-in but not the WinForms version. Just call me the wild goose.
-
Jun 17th, 2008, 04:41 AM
#9
Thread Starter
Lively Member
-
Jun 17th, 2008, 09:27 AM
#10
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|