index | search | no replies | posting guidelines | help | login | register |
Index » News » AspWebSolution News |
| |||||||
May 6 2005, 12:53 PM |
| ||||||
ghost from: Washington, DC | Version 2.5.22 of the report wizard has just been released. This version contains three new properties - CommandTimeout, CreateExportFile and TempFolderUrl. CommandTimeout: This is same as in ASP which basically sets the connection timeout for the database connection. This is important when you know you have scripts/procedures which have to run for more than 30 seconds. e.g. objWiz.CommandTimeout = 60 ' default is your system's default (30 seconds) CreateExportFile: This forces the dataset exporter of the report wizard to create a temporary export file before exporting the report's dataset. This property is helps to fix the IE bug which prevents the browser from opening the export files. More on this bug can be seen at the following post Sending report to DOC using IE e.g. objWiz.CreateExportFile = True ' the default is False TempFolderUrl: This property just sets the folder in which temp files will be created. This property is usefull if you want to create export files as explained in the section above. ------------------------- Ghost | ||||||
Pages: (1) [1] |