How to view subreport else if i've no result
If my subreport doesn't have any result, it doesn't print anything, it junp
this section , but i want to print the "blank" page (whit field
desceription) so final user can compile it with pen...
this section , but i want to print the "blank" page (whit field
desceription) so final user can compile it with pen...
This discussion has been closed.
Comments
You can control this via the NoDataBehaviors property of the
ChildReport. Access the workspace of for the ChildReport by selecting
the tab at the bottom of the report designer. Then use the Object
Inspector to set the NoDataBehaviors to ndBlankReport.
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
it's not possible to do it at runtime? for example in the demo project, i
create my own report, in the subreport can i set this parameter?
Thanks
"Nard Moseley (Digital Metaphors)" ha scritto
You'll have to create a tool window to set this. You can add this feature by
launching a little form from the designer by adding a new menu item. You can
use the TppDesigner.MergeMenu property to merge a new menu. You can also
reference the TppDesigner.Menu property to add a new menu item to a current
menu.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
thanks a lot.. (@ all staff)