关于第一个问题
for i:=0 to _sublist.Count-1do
//设置中文列标题
begin
_Memo1:= TFRmemoview.Create();
with _Memo1do
begin
if _ifgrid then
prop['frametyp']:=15
else
prop['frametyp']:=0;
prop['Alignment']:='10';
prop['Autowidth']:=false;
memo.add(_sChineseList);//////////
Font.Size:=_rfont;
SetBounds(mleft,_NextTop,StrToInt(_sWidthlist),mheight);
mleft:=mleft+Prop['width'];
end;
_Page.Objects.Add(_Memo1);
end;
直接打印的话,和楼上的兄弟一样的
if frReport1.PrepareReport then
//打印准备
frReport1.PrintPreparedReport('', 1, True, frAll);