| Displays the Alignment dialog for adjusting the horizontal and vertical alignment of the selected objects.
|
|
|
| Unique identifier used when passing property parameters in statements calling the report
|
|
|
| Places the currently selected object on the foreground of layered objects
|
|
|
| Places the currently selected object in the background of layered objects
|
| A single page "Print Behavior" that prints the Sub Report based on the dimensions and position of the Sub Report object
|
| The "Print Behavior" in which the report prints to completion, using the Sub Report components width as the page width and stretching over several pages until printing is complete
|
| The "Print Behavior" in which the report prints as a separate section, starting a new page when it begins and finishing the last page when it ends. The printer settings are used to determine the page size and printer settings.
|
| This property applies to Sub Reports that have the Print Behavior set to "Child". When selected, the Drill Down Component dialog is displayed to select the Drill Down Component on the Sub Report. This causes the current page in the Print Preview form to be regenerated with the Sub Report expanded. This creates the effect of a 'drill-down' Sub Report.
|
|
|
|
|
|
| This property applies to Sub Reports that have the Print Behavior set to "Child" and the "DrillDown" property assigned. When set to True, all instances of the Sub Report print expanded.
|
|
|
| The KeepTogether property controls the pagination of the memo when the contents cannot fit on the current page. Normally the contents are printed to the bottom of the available page space and then continued on subsequents pages until complete. If KeepTogether is checked, the memo will advance to the next page when the contents do not fit.
|
| When the "Print Behavior" is set to "Section", then this property determines whether a new print job is started when the Sub Report is sent to the printer. This property can be used when a portion of a report needs to be printed to a separate printer. If you need to change printer settings for a certain section, you can do so without starting a new print job. Simply set the value of the appropriate printer settings (Orientation, PaperName, BinName, etc.) and these settings will be applied as the report prints.
|
| Determines whether the values for the printer settings should be copied from the parent report. If "ParentPrinterSetup" option is False, then one or more of the printer settings differ from the parent report.
|
| When checked, this property forces the width of the component to match the width of the parent component. The parent may be either a band or a region.
|
|
|
| Opens the Position dialog window for specifying hard-coded coordinates
|
|
|
|
| ReprintOnOverFlow applies to situations where a Stretchable component is stretching across pages. If the object overflows onto a new page, any components that are on the same band will reprint on the new page (if ReprintOnOverFlow is checked).
|
|
|
| Use ResetPageNo to enable subset page numbering. In subset page numbers, the page numbers and page count of the Sub Report are displayed instead of the master report page numbers. ResetPageNo is only available in "Section" style Sub Reports.
|
| When multiple stretching components occupy the same band, use this property to specify how each component should be positioned relative to other stretching components. ShiftRelativeTo can only be used for components that are dynamically sized. If you have a static component, such as a label, which needs to shift relative to a given stretching component, then place the component in a region and set the Region's ShiftRelativeTo to the stretching component.
|
|
|
| Notes:
|
|
|
| When stretching components are placed within a region, the ShiftRelativeTo property is disabled. You may notice that all of the stretching components in the band do not always appear in the ShiftRelativeTo dialog when you are assigning this property. This is due to validation logic which ensures that components which are shifting relative to one another are not involved in a circular reference. In other words, if Memo1 is shifting relative to Memo2, then Memo2 cannot shift relative to Memo1, as this would create a situation which the report engine could not resolve.
|
| ShiftWithParent applies to situations where a Stretchable component is stretching. If ShiftWithParent is checked, the report component will move based on the amount of stretching the text requires. When you want components to appear at the bottom of a memo, this is a useful feature. If the memo stretches to a new page, the components will print on the next page.
|
| The Stretch property determines whether the Height of the object automatically stretches to allow the entire contents of the Region to be printed.
|
|
|
|
|
| This property applies to Sub Reports that have the "Print Behavior" set to "Fixed". When set to True, this property indicates that the Sub Report will continue to print (print on additional pages in the same exact position) until all data is traversed. By default the fixed type Sub Report truncates the data (i.e. prints once per band, but does not overflow if all data can't fit in the space of the Sub Report).
|
| The Visible property determines whether a report component will be printed
|