|
-
Mar 8th, 2007, 01:24 PM
#1
Thread Starter
Addicted Member
[2005] Editing .rdl files programmatically
Hi!
I have finally ofund how to make .rdl files with a freeware software. But I use Business Intelligence Development Studio for designing rpt files. But users, who will use the software wont use the report maker. My software will make the report and export it as pdf or excel whatever... So I want to edit the report file programmatically with vb.net express edition. How can I do that?
Last edited by Genom; Mar 8th, 2007 at 01:27 PM.
Dim Me As Coder
-
Mar 8th, 2007, 01:36 PM
#2
Hyperactive Member
Re: [2005] Editing .rdl files programmatically
It appears that .rdl files are simply XML with a different extension. I'm not fluent in XML but I'm pretty sure VB.Net can edit them. (I know it can read them.)
-
Mar 8th, 2007, 01:42 PM
#3
Thread Starter
Addicted Member
Re: [2005] Editing .rdl files programmatically
I cant find how to export .rdl files as .rpt files with Business Intelligence Development Studio. Maybe if I export them as .rpt it is easier to edit them?
-
Mar 16th, 2007, 06:32 AM
#4
Hyperactive Member
Re: [2005] Editing .rdl files programmatically
@ Genom - Welcome to the quest that is to find information about Business Intelligence Development Studio. I've been killing myself in google trying to find useful info about it and lately i gave up on it. It seems that SQL reporting (Business Intelligence Development Studio) only allows reports that are binded to datasources. Its a pain also to integrate them inside the VB.NET aplication, and i hate the fact that i cannot do it all in VB.NET
Im in a quest to try to manage to write something (either a xml file or a rtf) and then send this to pdf all in my VB.Net application, haveing total control of what is being feded to my report.
I havent gotton very far with this idea..........but i hope sometime i can manage it
If you have usefull info on SQL reporting please let me know
-
Mar 16th, 2007, 08:32 AM
#5
Thread Starter
Addicted Member
-
Mar 16th, 2007, 08:38 AM
#6
Hyperactive Member
Re: [2005] Editing .rdl files programmatically
Thanks a lot for the code and reply Genom. It might be a good idea to make a html document as intermediary between the .net and the .pdf. Ill give it a try
-
Mar 16th, 2007, 09:40 AM
#7
Hyperactive Member
Re: [2005] Editing .rdl files programmatically
By the way, do you know if its possible to change the value of a text box of a rdc (or rdcl) inside od VB.NET?
EDIT:
I think ill go for the HTML. I hope i can manage it 
Many thx for the link
Last edited by super_nOOb; Mar 16th, 2007 at 10:53 AM.
-
Mar 16th, 2007, 01:28 PM
#8
Thread Starter
Addicted Member
Re: [2005] Editing .rdl files programmatically
nope I am happy that I could help you. I have spent 2 days for reporting. I have express edition and I cant use crystal reports. I cant pay for it too. So HTML saved me I have finished the reporting part today. And it is nice to help you. You can ask me if you have questions about HTML...
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
|