Only showing a band when previewing

I have a report that is generated on a server app and streamed to a client. Is there anyway to show a band on preview, but not during printing, using only properties or scripting? The client side cannot be modified to do any processing because it is just a generic "viewer" of the rendered report, so the logic would have to be in the report itself. Thanks in advance for any help!

Ryan

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:03PM
    look at setting the printable property of the objects within the band
  • edited 5:03PM
    gordk wrote: »
    look at setting the printable property of the objects within the band

    Ok, but how do I determine in script if the report is being printed or previewed? I am generating the file on server, then sending and previewing on a client, so I am not reprocessing the report between preview and printing. Is this possible? Thanks!

    Ryan

Leave a Comment