|
-
Jan 17th, 2009, 08:25 AM
#1
Thread Starter
Lively Member
POSSIBLE...?? Set CrystalReportViewer.RecordSet = MyRecordSet
hi..
plz help me....
i want to create report without make .RPT file.. (Dynamically)
Can u suggest any magical code like Datagrid.RecordSet=TempRS
where TempRs=Reordset variable...
plz help me...
takecare
-
Jan 17th, 2009, 05:00 PM
#2
Re: POSSIBLE...?? Set CrystalReportViewer.RecordSet = MyRecordSet
The CR Viewer is redistributable but it would still need a reportsource rpt file. You can set the DataSource of the report to a recordset but to dynamically create the report witout having CR would be a license violation even if it was possible. Why would anyone want to buy CR if they can just program it themselves.
Thread Moved
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 
-
Jan 17th, 2009, 10:16 PM
#3
Re: POSSIBLE...?? Set CrystalReportViewer.RecordSet = MyRecordSet
AFAIK, it can be done
If You are using VB6 and Crystal Reports XI or lower, You can use RCAPI (Report Creation API), but it is extra licensed (you have to pay an extra for every installation you make)
If You are using VB.net then you can use the Crystal Reports Engine that comes with VB.net
http://vb.net-informations.com/cryst...ery_string.htm
You can google about these
-
Jan 19th, 2009, 08:49 AM
#4
Thread Starter
Lively Member
Re: POSSIBLE...?? Set CrystalReportViewer.RecordSet = MyRecordSet
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
|