Codeunit 9660 Report Layouts Impl. in 27
- App
- Base Application
- Namespace
- Microsoft.Shared.Report
Versions171819202122232425262728latest
Source29
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| SetSelectedCompany | (Text) | internal | - | |
| RunCustomReport | (Record Report Layout List) | internal | - | |
| CreateNewReportLayout | (Record Report Layout List, var Integer, var Text) | internal | - | |
| SetDefaultReportLayoutSelection | (Record Report Layout List, Boolean) | internal | - | |
| GetDefaultReportLayoutSelection | (Integer, var Record Report Layout List) | Boolean | internal | - |
| UpdateDefaultLayoutSelectionName | (Record Report Layout List, Text[250]) | Boolean | internal | - |
| ConfirmDeleteDefaultLayoutSelection | (Record Report Layout List, Record Tenant Report Layout Selection) | Boolean | internal | - |
| DeleteReportLayout | (Record Tenant Report Layout) | internal | - | |
| ReplaceLayout | (Integer, Text[250], Text[250], Option, var Integer, var Text) | internal | - | |
| EditReportLayout | (Record Report Layout List, var Text) | internal | - | |
| ExportReportLayout | (Record Report Layout List, Boolean) | Text | internal | - |
| OpenInOneDrive | (Record Report Layout List) | internal | - | |
| ShareWithOneDrive | (Record Report Layout List) | internal | - | |
| EditInOneDrive | (Record Report Layout List) | internal | - | |
| ExportReportSchema | (Record Report Layout List, Text, Boolean) | Text | public | - |
| InsertNewLayout | (Integer, Text[250], Text[250], Option, Boolean, Boolean, Enum Excel Sheet Configuration, var Integer, var Text) | internal | - | |
| ValidateLayout | (Record Report Layout List) | internal | - | |
| ShowInfoDialog | (Record Report Layout List) | internal | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Internal event | OnBeforeUpload | (var Boolean, var Text, var InStream) | - |