Author Topic: Dynamic reporting  (Read 2711 times)

Phrog30

  • Guest
Dynamic reporting
« on: July 04, 2016, 03:28:31 PM »
Can anyone recommend a free, or relatively cheap, dynamic reporting tool that could work with advanced hmi? I've seen several online, just curious what current advanced hmi users think.

James

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Dynamic reporting
« Reply #1 on: July 04, 2016, 03:37:49 PM »
For generating reports from database data?

Phrog30

  • Guest
Re: Dynamic reporting
« Reply #2 on: July 04, 2016, 06:42:38 PM »
Yes, sorry that would have been helpful info. I'm using mysql.

James

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Dynamic reporting
« Reply #3 on: July 04, 2016, 06:56:43 PM »
I use the ReportViewer found in the Reporting group in the ToolBox. It has a report designer built into Visual Studio with a wizard to make it easy to get started.

bachphi

  • Hero Member
  • *****
  • Posts: 643
    • View Profile
Re: Dynamic reporting
« Reply #4 on: July 04, 2016, 09:29:46 PM »
If you don't see ReportViewer in your Toolbox, it needs to be installed thru Control Panel - Program& Features - Visual Studio -Change - Select Microsoft SQL Server Data Tools.
===================================================
This is NOT alt.read.my.mind.
No such thing is sh^t-for-brains unless you are posting to alt.read.my.mind.
===================================================

Phrog30

  • Guest
Re: Dynamic reporting
« Reply #5 on: July 05, 2016, 10:09:11 AM »
Thanks, will give that a shot.

James

Phrog30

  • Guest
Re: Dynamic reporting
« Reply #6 on: February 02, 2017, 07:21:32 PM »
I started using the reportviewer.  I'm having an issue after upgrading to the latest version of AdvancedHMI.  Before I upgraded things looked like photo #2.  After the upgrade, it looks like photo #1.  The reporting still works, but I'm not able to edit in the dataset designer.  I did some research and tried everything I know.  Can someone help on this?  I'm sure it's something simple, but so far it has me baffled.  This is not related to AdvancedHMI, but I'm hoping the .net/Visual Studio experts might know.

Edit, don't pay attention to DataSet1, I was playing around after the fact.

Thanks,
James
« Last Edit: February 02, 2017, 07:23:50 PM by Phrog30 »

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Dynamic reporting
« Reply #7 on: February 02, 2017, 07:33:20 PM »
If you stored your connection string in a setting, then you will have to first create that setting in the new project. Then when you import the dataset, only add the xsd file. Visual Studio will bring the rest automatically.

Phrog30

  • Guest
Re: Dynamic reporting
« Reply #8 on: February 02, 2017, 08:00:57 PM »
The connection string was already there.  I did what you said and it now looks closer to what it did, but still doesn't allow me to edit anything.  It will run, but it also ran before, so nothing really changed.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Dynamic reporting
« Reply #9 on: February 02, 2017, 08:17:20 PM »
What are you not able to edit? Did you try to go to the Data Sources window, right click the Dataset and select Edit with Wizard?

Phrog30

  • Guest
Re: Dynamic reporting
« Reply #10 on: February 02, 2017, 09:32:09 PM »
I'm trying to edit the queries.  The data preview will not work either.  There are a few ways to edit, but yes, I tried right click as well.  When I try to edit there is nothing there.  I would take a picture but just imagine nothing, that is what I see.

Archie

  • Administrator
  • Hero Member
  • *****
  • Posts: 5270
    • View Profile
    • AdvancedHMI
Re: Dynamic reporting
« Reply #11 on: February 02, 2017, 10:01:07 PM »
I'm not sure what you've got happening. I just created a new application, added the connection setting, then added an XSD file from another project, Rebuild the Solution, then it let me open the data set in designer.