I have a lable that I have placed on a report and I can see it in design
mode but it will not show when the report is run.
I have checked everything but nothing seems to work. I can add a label to a
different report and everything works fine.
Any suggestions?
Comments
Is your report connected to a dataset with no data returned? If so, you
need to be sure you have the NoDataBehaviors property set to ndBlankReport
rather than ndBlankPage in order to see other components.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
work. I guess maybe it is a corrupted report?
This may be the case. If you create a new report from scratch (similar to
the report in question) do you still get the same behavior? You might also
try commenting out all event code related to this report and see if that
solves the issue. To check the progress, you can implement the
OnDrawCommandCreate event of the label and place a breakpoint inside to see
if the report is even generating the drawcommand.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
deleted and then readded everything is working again.