ghost
from: Washington, DC
| We have just published version 2.1.64 (Build 2.0.164) of the ASP Report Wizard. This version features a few bug fixes toghether with some new properties and functionality the include: - Hidden Fields property:
This property of the report wizard is used to hide the fields you don't want to appear in the report wizard. example usage: objWiz.HiddenFields = "Field1, Field3, SalaryField" - Dynamic ReportsFile Creation:
You can now create your reportsFiles on the fly by assigning the file name/path to the report wizard's ReportsFile property. for example: <% objWiz.ReportsFile= "C:\myfolder\somefile.xml" objWiz.ReportsFile= "somefile.xml" %>
------------------------- Ghost |