Page "Report Layout Selection"
ID 9652
Namespace: Microsoft.Foundation.Reporting
Properties
Methods
UpdateRec
GetSelectedCompanyName
procedure GetSelectedCompanyName(): Text[30]
Returns
| Type |
Description |
|
Text[30]
|
|
Events
OnSelectReportLayout
[IntegrationEvent(False,False)]
local procedure OnSelectReportLayout(var ReportLayoutList: Record "Report Layout List", var Handled: Boolean)
Parameters
OnGetRecOnBeforeModify
[IntegrationEvent(False,False)]
local procedure OnGetRecOnBeforeModify(var ReportLayoutSelection: Record "Report Layout Selection", SelectedCompany: Text[30])
Parameters
OnUpdateRecOnBeforeInsert
[IntegrationEvent(False,False)]
local procedure OnUpdateRecOnBeforeInsert(var ToReportLayoutSelection: Record "Report Layout Selection", FromReportLayoutSelection: Record "Report Layout Selection", SelectedCompany: Text[30])
Parameters
OnUpdateRecOnBeforeModify
[IntegrationEvent(False,False)]
local procedure OnUpdateRecOnBeforeModify(var ToReportLayoutSelection: Record "Report Layout Selection", FromReportLayoutSelection: Record "Report Layout Selection", SelectedCompany: Text[30])
Parameters
See also