Assembly: Report;
Namespace: Prognoz.Platform.Interop.Report;
The IPrxSheet interface contains properties and methods of a regular report sheet.
IPrxSheet
To work with the collection of regular report sheets, use properties and methods of the IPrxSheets interface.
| Property name | Brief description | |
| The Active property determines whether this sheet is active. | ||
| Outdated. Use IPrxReportControls.SheetControls. | ||
| Outdated. Use IPrxSheetHeaders.Footer. | ||
| Outdated. Use IPrxSheetHeaders.Header. | ||
| The HeadersFooters property returns the collection of headers and footers of regular report pages. | ||
| The Index property returns index of the sheet in the list. | ||
| The Key property returns key of a regular report sheet. | ||
| The Name property determines the name of a regular report page. | ||
| The PageSettings property returns parameters of the regular report sheet. | ||
| The Printable property determines whether the sheet is to be printed together with the book. | ||
| The ProtectFromGlobalRecalc property determines the Do Not Calculate on Report Calculation option. | ||
| The Scale property determines sheet's scale. | ||
| The Sheets property returns the owner of this sheet. | ||
| Outdated. Use IPrxTable.TabSheet. | ||
| The Type property returns the sheet type. | ||
| The Visible property determines whether the sheet is displayed in the working area. |
| Method name | Brief description | |
| Outdated. Use IPrxTable.DataBinding. | ||
| Outdated. Use IPrxTable.DataBinding. | ||
| The CopyFrom method copies data from a source. | ||
| Outdated. Use IPrxTable.DataBinding. | ||
| Outdated. Use IPrxTable.DataBinding. | ||
| Outdated. Use IPrxTable.DataBinding. | ||
| The Duplicate method duplicates regular report sheet. | ||
| The Recalc method calculates the sheet. |
See also: