index | search | no replies | posting guidelines | help login | register
Index » News » AspWebSolution News
search this forum:
:: Version 2.1.64 published :: (1)Post a Reply
Jun 17 2004, 12:38 PM
 Version 2.1.64 publishedPost a Reply
 ghost

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

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:

    <%
    'create a file on a remote folder
    objWiz.ReportsFile= "C:\myfolder\somefile.xml"
      
    'create your reports file in the reports web folder
    objWiz.ReportsFile= "somefile.xml"
    %>




-------------------------
Ghost
Pages: (1)   [1]

search this forum: