KVSMTCMasterLayoutHelper#
Procedures#
SetLayoutSelectionForCompany(Integer, Text) :#
Summary: Sets the report layout selection for the master layout for a specific report and company. Deletes any existing layout selection for this report in the specified company and creates a new one pointing to the master layout. Also configures the tenant report layout. Note: The layout must be named 'KVSMTCMasterLayout' and must match the layout name registered in the Report Layout List and the layout name used in the RDLC rendering configuration. See LayoutNameLbl for details.
procedure SetLayoutSelectionForCompany(ReportID: Integer; ForCompanyName: Text):
Parameters:
ReportID: The ID of the report for which the layout selection should be set.ForCompanyName: The name of the company for which the layout selection should be set.