This element will become obsolete from version V26.202512. Replaced by procedure CreateHeaderGroup with ForReportLayoutName (Text[250]) instead of ForCustomReportLayoutCode (Code[20])
Créé un nouvel en-tête.
[Obsolete(Replaced by procedure CreateHeaderGroup with ForReportLayoutName (Text[250]) instead of ForCustomReportLayoutCode (Code[20]),V26.202512)]
procedure CreateHeaderGroup(ForReportID: Integer; ForCustomReportLayoutCode: Code[20])
This element will become obsolete from version V26.202512. Replaced by procedure CreateDataItemGroup with ForReportLayoutName (Text[250]) instead of ForCustomReportLayoutCode (Code[20])
Créé un nouveau data item.
[Obsolete(Replaced by procedure CreateDataItemGroup with ForReportLayoutName (Text[250]) instead of ForCustomReportLayoutCode (Code[20]),V26.202512)]
procedure CreateDataItemGroup(ForReportID: Integer; ForCustomReportLayoutCode: Code[20]; TableID: Integer; DataItemGroupName: Text[50])
Parameters
Name
Type
Description
ForReportID
Integer
ForCustomReportLayoutCode
Code[20]
TableID
Integer
DataItemGroupName
Text[50]
CreateDataItemGroup
Obsolete
This element will become obsolete from version V26.202512. Replaced by procedure CreateDataItemGroup with ForReportLayoutName (Text[250]) instead of ForCustomReportLayoutCode (Code[20])
[Obsolete(Replaced by procedure CreateDataItemGroup with ForReportLayoutName (Text[250]) instead of ForCustomReportLayoutCode (Code[20]),V26.202512)]
procedure CreateDataItemGroup(ForReportID: Integer; ForCustomReportLayoutCode: Code[20]; TableID: Integer; DataItemGroupName: Text[50]; ExtensionName: Text[50]): Record "RDLC Control RCCAP"
[BusinessEvent(False)]
local procedure OnBeforeAddSupportedProperties(var Rec: Record "RDLC Control RCCAP"; var Properties: Record "RDLC Control Prop/Value RCCAP"; var Handled: Boolean)
[BusinessEvent(False)]
local procedure OnAfterAddSupportedProperties(var Rec: Record "RDLC Control RCCAP"; var Properties: Record "RDLC Control Prop/Value RCCAP")