index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard v2
search this forum:
:: How can I backup my reports? ::    show all messagesPost a New Message | Post a Reply
Feb 24 2005, 10:36 AM
 Re: How can I backup my reports?Post a Reply
 ghost

View this author's profile Send this author a private message Visit author's homepage

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]

search this forum: