Dear all,
I am using an XML file with all data available for my report named as data.xml.
Then When designing my report I connect my report template to my datasource using ADO.NEt (XML). It works fine in design and preview mode while designing my report.
Then when deploying my report, I try to run my report directly from C# and WPF application.
Then before report gets render I have all time a Login ID failed error with login dialog box .
Why do I get those login information as I am using directly the XML file as datasource and I do not specify any login as it is not a database it is just a simple file ?