You probably will have to put together several bits of information, but it appears that you can do this.
From the DotNetNuke forums:
In the (REPORT MODULE) SETTINGS, in REPORT SETTINGS, I have put the following items :
Active Data Source: Generic ADO.net Data Source
Ado.net Data Provider : ODBC Data Provider
But I don' know what could I put in Connection String and Parameter Prefix.
What could I do ? Where could I find an Help File
The answers were:
I always use this site to find Connection Strings:
http://connectionstrings.com/ The parameter prefix can probably be ignored, unless you plan to use the UserId, ModuleId, TabId, or PortalId parameters provided by the Reports Module. If you do plan to use the parameters, I believe the parameter prefix for Excel is probably "@"
Now, to make this apply to a single person, you'll need to pass in a username or something. I believe that this can be done with the current version of the Reports Module, though I haven't done it.
Securing things so that a user can see only his information, and not information related to others may be more of a problem.