Codeunit 8800 Custom Layout Reporting in 17
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 29
| Name | Parameters | Returns | Access | Obsolete | |||
|---|---|---|---|---|---|---|---|
| GetLayoutIteratorKeyFilter | (var RecordRef, var FieldRef, Code[20]) | public | - | ||||
| ProcessReport | () | public | - | ||||
| ProcessReportData | (Enum Report Selection Usage, var RecordRef, Text, Integer, Text, Boolean) | public | - | ||||
| ProcessReportForData | (Integer, var RecordRef, Text, Integer, Text, Boolean) | public | Pending 17.0 | ||||
| Replaced by ProcessReportData(). | |||||||
| SetOutputOption | (Integer) | public | - | ||||
| GetOutputOption | (Integer) | Integer | public | - | |||
| GetPrintOption | () | Integer | public | - | |||
| GetEmailOption | () | Integer | public | - | |||
| GetPreviewOption | () | Integer | public | - | |||
| GetExcelOption | () | Integer | public | - | |||
| GetPDFOption | () | Integer | public | - | |||
| GetWordOption | () | Integer | public | - | |||
| GetXMLOption | () | Integer | public | - | |||
| GetOptionValueFromRequestPageForReport | (Integer, Text) | Text | public | - | |||
| SetSavePath | (Text) | public | - | ||||
| SetOutputSupression | (Boolean) | public | - | ||||
| CallReportSaveAs | (Integer, Text, ReportFormat, var OutStream, var RecordRef) | Boolean | public | - | |||
| IsWebClient | () | Boolean | public | - | |||
| SetOutputFileBaseName | (Text) | public | - | ||||
| SetTestModeWebClient | (Boolean) | public | - | ||||
| InitializeReportData | (Enum Report Selection Usage, var RecordRef, Text, Integer, Text, Boolean) | public | - | ||||
| InitializeData | (Integer, var RecordRef, Text, Integer, Text, Boolean) | public | - | ||||
| HasRequestParameterData | (Integer) | Boolean | public | - | |||
| RunRequestPage | (Integer) | Text | public | - | |||
| SetTableFilterForReportID | (Integer, Text) | public | - | ||||
| GetReportRequestPageParameters | (Integer) | Text | public | - | |||
| CheckForCustomLayoutReportingJob | () | public | - | ||||
| SetIgnoreRequestParameters | (Boolean) | public | - | ||||
| SetPredefinedRequestParameters | (Text) | public | - | ||||
Events, 7
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnBeforeVerifyXmlContainsDataset | (var Boolean) | - |
| Integration event | OnIsTestMode | (var Boolean) | - |
| Integration event | OnAfterProcessReport | () | - |
| Integration event | OnBeforeCallReportSaveAs | (Integer, ReportFormat) | - |
| Integration event | OnBeforePrintReport | (var RecordRef, Integer) | - |
| Integration event | OnBeforeRunReportWithCustomReportSelection | (var RecordRef, var Integer, var Record Custom Report Selection, var Boolean, var Record Name/Value Buffer, var Codeunit Temp Blob List, var Option, var Boolean, var Boolean) | - |
| Integration event | OnGenerateFileNameOnAfterAssignFileName | (var Text, Integer, Text, RecordRef) | - |