Codeunit "Report Selections Impl"
ID 77
Namespace: Microsoft.Foundation.Reporting
Methods
TryGetReportLayout
procedure TryGetReportLayout(reportId: Integer, layoutName: Text[250], layoutAppId: Guid, var reportLayoutList: Record "Report Layout List"): Boolean
Parameters
Returns
GetReportLayoutCaption
procedure GetReportLayoutCaption(reportId: Integer, layoutName: Text[250], layoutAppId: Guid): Text[250]
Parameters
| Name |
Type |
Description |
|
reportId
|
Integer
|
|
|
layoutName
|
Text[250]
|
|
|
layoutAppId
|
Guid
|
|
Returns
| Type |
Description |
|
Text[250]
|
|
GetReportLayoutDescription
procedure GetReportLayoutDescription(reportId: Integer, layoutName: Text[250], layoutAppId: Guid): Text[250]
Parameters
| Name |
Type |
Description |
|
reportId
|
Integer
|
|
|
layoutName
|
Text[250]
|
|
|
layoutAppId
|
Guid
|
|
Returns
| Type |
Description |
|
Text[250]
|
|
See also