index | search | no replies | posting guidelines | help login | register
Index » Products » ASP Report Wizard (version 1)
search this forum:
:: tpowers@secc.org :: (2)Post a New Message | Post a Reply
Sep 24 2003, 3:13 PM
 tpowers@secc.orgPost a Reply
 tpowers

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

since: Sep 23, 2003
from: somewhere

I looked all over the aspwebsolution.com site and didn't find any examples for using the 4 properties (HideTables, LicenseKey, ShowRowNumbers, UseTables) of the AspWebSolution.ReportWizard object.  The only examples are for the Init and DisplayReports events which are working great for me.  Thanks in advance, Tom

Sep 25 2003, 7:58 AM
 Re: tpowers@secc.orgPost a Reply
 Ghost

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

from: Washington, DC

You can hide certain tables by using the HideTables properties as below

objReport.HideTables("Table1,Table2,Table3")
objReport.DisplayReports
Set objReport = Nothing


You can also use only certain tables by using the UseTables property.

objReport.UseTables("Table1,Table2,Table3")



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

search this forum: