1

I'm looking for a reporting tool for .NET compact Framework 3.5. I need a tool that would generate a pdf from a previously designed report. I found a topic where somone claimed they used fyireporting on mobile devices, but when i try to use Visual Studio gives me this error

"The type 'System.Xml.XmlDocument' is defined in an assembly that is not referenced. You must add a reference to assembly 'System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'."

I can't add this because it is not a dll from compact framework. Is there any reporting tool for .net CF?

kmatyaszek
  • 19,016
  • 9
  • 60
  • 65
  • Where is this example? I'm not sure what **fyireporting** is. –  Nov 25 '12 at 16:41
  • 1
    This is not something you'd normally do on the device, it has a small screen and limited support for viewing the reports. I recommend placing report generation on the server. – tcarvin Nov 27 '12 at 15:19

0 Answers0