TECH TIP: Loop Thru All Objects in a Report A ReportBuilder report is composed of a set of components. The basic structure is: Reports.Bands[].Objects[] The bands and objects within the report can be accessed directly by object name or via the Bands and Objects array properties. Below is an example of using the Bands and Full Article…
Search the Wiki
Viewing 349 to 351 of 409 items
Providing a Custom Save Changes Query
Tech Tip: Creating a Custom “Save Changes?” Dialog Question: “I want to be able to provide my own custom ‘Save Changes?’ confirmation message in the Designer. Is that possible?” Answer: While it is possible, it not something that we are going to build into the product right now. However, it is something that you can Full Article…
PrintOnFirstPage for One Page Reports
TECH TIP: Using PrintOnFirstPage for One Page Reports Question: “I have a Footer that I do not want to print on the first page of my report, unless the report is only one page.” Solution: Both the Headerband and FooterBand have boolean properties called PrintOnFirstPage and PrintOnLastPage that can be used to control whether the Full Article…