mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 18:50:17 +02:00
* Amend r38630, same operation for startrender
git-svn-id: trunk@38635 -
This commit is contained in:
parent
112086f4fa
commit
d8f8b9844f
@ -383,7 +383,7 @@ procedure TFPCustomReportDataManager.StartRender;
|
||||
Var
|
||||
I : integer;
|
||||
D : TFPReportDataDefinitionItem;
|
||||
H : TFPReportDataHandler;
|
||||
H : TFPReportDataHandlerClass;
|
||||
|
||||
begin
|
||||
// Create all datasets
|
||||
@ -392,7 +392,7 @@ begin
|
||||
D:=DataDefinitions[i];
|
||||
if Assigned(D.RunReportData) then
|
||||
begin
|
||||
H:=TFPCustomReportDataManager.GetTypeHandler(D.DataType);
|
||||
H:=TFPCustomReportDataManager.GetTypeHandlerClass(D.DataType);
|
||||
H.StartRender(D.RunReportData.DataSet);
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user