Properties for cWinReport2
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Allow_Cancel_State | Specifies whether the status panel will support a Cancel button | BasicReport |
| Assigned_Channel | Report | |
| AutoNew_Page_State | Determines if a new page is generated when a multi-report starts the next report | cWinReport2 |
| AutoOutput_State | Determines if the report is automatically output to the printer or the Previewer when it is complete | cWinReport2 |
| Cancelled_State | Setting this true will cancel a report | Report |
| Child_Count | Returns the number of child objects the object contains | cObject |
| Child_Rpt_State | Set true if the current Report object is nested | Report |
| Current_Rec | Contains the record number of the current valid record found | Report |
| Delegation_Mode | Determines if and how unknown messages are delegated | cObject |
| Display_Error_State | BasicReport | |
| Find_Down_State | Determines if an index should be traversed in forward or reverse order | Report |
| Find_Mode | Maintains the current finding mode | Report |
| Footer_Lines | Contains the number of lines in the page_bottom image plus the page_footer image plus the page_total image | Report |
| Found_Rec | Contains the record number of the record found by the find_rec function | Report |
| Has_Children_Rpt_State | Is set true if other reports are nested inside this report object | Report |
| Last_Rec | Contains the record number of the last selected record found | Report |
| Main_File | Contains the filenumber of the file which the report will use for finding records | Report |
| Main_Report_Id | Contains the object ID of the outer report | Report |
| Name | Returns the full name of the object including parentage | cObject |
| New_Page_State | Set true when a new page is needed | Report |
| No_Constrained_Find_State | Determines if constrained record finding should be disabled | Report |
| No_Finding_State | Determines how the Report object will find records | Report |
| No_PageCheck_State | Set true when the Report object is processing a new page | Report |
| No_Relate_State | Determines if relates are automatically performed or if it is up to you to make sure the records that you need related are found | Report |
| Num_Breaks | Returns the number of breaks in a report | Report |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists | cObject |
| Object_Label | Returns the short name of an object | cObject |
| Ordering | Contains the index number which will be used for finding records | Report |
| Output_Device | Handles the name of the output device | BasicReport |
| Output_Device_Mode | Determines how the report is output | cWinReport2 |
| Page_Count | Keeps track of the current page number | Report |
| Page_End | Determines how many lines on a page are allowed before a page break will occur | Report |
| Page_End_State | If this property is set true below the forward send statement in the starting_main_report procedure, then the next page_check will cause an end-of-page/new-page sequence | Report |
| Page_Feed | Used by the formfeed procedure | Report |
| Page_Footer_Lines | The number of lines in the page_footer image | Report |
| Parent | Returns the parent of an object | cObject |
| pbMultiReports | Provides a mechanism for linking multiple report objects to create a single report | cWinReport2 |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| phoWinPrint | Contains the handle of the Winprint2 global print object | cWinReport2 |
| priCurrentRec | Contains the RowId of the current valid record found | Report |
| priFoundRec | Contains the RowId of the record found by the find_rec function | Report |
| priLastRec | Contains the RowId of the last selected record found | Report |
| Rec_Count | Contains the number of records found for the current report | Report |
| Refind_For_SubTotal_State | Ensures that the subtotal is processed with the last valid record for that break level | Report |
| Report_Caption | Contains the text that will appear in the status panel's caption bar | BasicReport |
| Report_Channel | Determines which output channel will be used for your report output | Report |
| Report_Footer_Lines | The number of lines in the report_footer image | Report |
| Report_Message | An additional message area that will appear below the report_title in the status panel | BasicReport |
| Report_Status_Panel | BasicReport | |
| Report_Title | A centered title that appears in the status panel | BasicReport |
| Rpt_Ttl_Level | Keeps track of the current sub-total level during subtotal processing | Report |
| Server | Contains the object ID of this object's server | Report_DS |
| Status_Log_Id | Object ID of status-log object | BasicReport |
| Status_Log_State | Determines if automatic status logging will occur when process starts, stops, and when an error occurs | BasicReport |
| Status_Panel_State | Enables or disables the status panel that reports the status of the report as it runs | BasicReport |
| Sub_Totaling_State | Set true when the Report object is processing subtotals or totals | Report |