I have the following code
aTable as datatable = {getting some info}
Areport as new contactreport
Areport.datasource=aTable
Aviewer.report=Areport
There are two problems i found
1.I have showZoomSelect as true but no option for zooming
2.in the report itself, during detail_ItemDataBound, I have
aTable as datatable = {getting some info}
Areport as new contactreport
Areport.datasource=aTable
Aviewer.report=Areport
There are two problems i found
1.I have showZoomSelect as true but no option for zooming
2.in the report itself, during detail_ItemDataBound, I have
PictureBox17.Visible = False
the preview doesn't go there for the 1st row
but the printout (PDF) is fine
any suggestions?