index | search | no replies | posting guidelines | help | login | register |
Index » Products » ASP Report Wizard v2 |
| |||||||
Feb 24 2005, 10:36 AM |
| ||||||
ghost from: Washington, DC | The reports are saved in the ReportsFile . By default, this file is called reports.xml and is located in the same folder as your .asp page. You can assign different report files to different users by use of the ReportsFile property for example: <% If Session("UserGroup" ) = "Finance" Then objWiz.ReportsFile = "D:\secure\finance.xml" Else objWiz.ReportsFile = "reports.xml" End If %> Also check out this tutorial Handling Multiple Databases ------------------------- Ghost | ||||||
Pages: (1) [1] |