native silverlight client saving user amended reports
Posted: Tue Jun 28, 2011 5:22 pm
Hi, can you give me a specific example of how I can persist a user amended report to either the client or server please. Currently evaluating so not an expert.
I get a report like this:
System.Reflection.Assembly a = System.Reflection.Assembly.GetExecutingAssembly();
StreamReader sr = sr = new StreamReader(a.GetManifestResourceStream("PayrollReports.Report.mrt"));
_report.Load(sr.BaseStream);
sr.Dispose();
but how do I save?
Please post explicit instructions as I have trouble looking at the samples...
Thanks
I get a report like this:
System.Reflection.Assembly a = System.Reflection.Assembly.GetExecutingAssembly();
StreamReader sr = sr = new StreamReader(a.GetManifestResourceStream("PayrollReports.Report.mrt"));
_report.Load(sr.BaseStream);
sr.Dispose();
but how do I save?
Please post explicit instructions as I have trouble looking at the samples...
Thanks