How can I see the queries present in the .rptdesign file. so tha i can read and write my own queries.
gmoran
01-04-2006, 08:06 AM
The .rptdesign file is an XML file, with the query embedded in the XML. You can find the property node named "querytext" and the value of that node is the query.