LazReport, fix AV on exporting report, from Aleksey, issue #26693

git-svn-id: trunk@46178 -
This commit is contained in:
jesus 2014-09-11 15:16:54 +00:00
parent a950b22207
commit a02f02d8ac

View File

@ -8746,7 +8746,7 @@ begin
if b = gtAddIn then
s := ReadString(Stream) else
s := '';
t := frCreateObject(b, s, P^.Page);
t := frCreateObject(b, s, nil);
t.StreamMode := smPrinting;
t.LoadFromStream(Stream);
t.ExportData;