You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The technique demonstrated in this example allows you to generate and export different reports based on the same layout and data using different parameter combinations.
137
-
Repeat steps 3 and 4 for each parameter combination.
133
+
The technique demonstrated in this example allows you to generate and export multiple reports based on the same layout and data
134
+
using a list of parameters.
135
+
You need to initialize the report layout and data connection once (steps 1 and 2),
136
+
and repeat steps 3 and 4 for each parameter.
138
137
139
138
**Delphi:**
140
139
141
140
```pas
142
-
// Find each report parameter
143
-
for AReportParameter in AReport.Parameters do
144
-
if AReportParameter.Name = 'OrderIdParameter' then
0 commit comments