Delphi使用FastReport设置横向打印报错 10

“fr.Pages[0].pgOr:=poLandscape;”[错误]Unit1.pas(30):Incompatibletypes:'fr_class.TPrinte... “fr.Pages[0].pgOr:= poLandscape;”
[错误] Unit1.pas(30): Incompatible types: 'fr_class.TPrinterOrientation' and 'Unit1.TPrinterOrientation'

uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, Printers , fr_class;

type
TForm1 = class(TForm)
fr: TfrReport;
Button1: TButton;

procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;

var
Form1: TForm1;

implementation

{$R *.dfm}

procedure TForm1.Button1Click(Sender: TObject);
begin
fr.Pages[0].pgOr:= poLandscape;
end;

end.
展开
 我来答
lsw29236
2009-03-02 · TA获得超过229个赞
知道答主
回答量:329
采纳率:0%
帮助的人:180万
展开全部
fastreport不如reportmachine,reportmachine是中国的王大侠的,符合中国国情
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式