Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have used a data-set to RDLC report and data set get Connection String from web Config File. Since all the other data Forms Got Connection from XML file. So I want to set my Dataset Connection to that XML. Is it possible to change dataset XSD connection to a Class Method that retrieve data from XML?

Example DB connection Class
C#
public String get Connection ()
{
    return Con;
}

So can I set to RDLC dataset to that Method to retrieve Connection String??
Posted
Updated 21-Aug-12 4:45am
v4
Comments
Nueman 21-Aug-12 10:42am    
Minor capitalization edits.

1 solution

Yes and yes.

You can do it!
 
Share this answer
 
v2
Comments
Hesha 21-Aug-12 14:38pm    
how? i want Explanation about how to do it?
Christian Amado 21-Aug-12 14:40pm    
That's another question. You ask about if you can do it or not. Any way, i will give you another solution when I arrive to my home. Regards.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900