掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
QuickReportのプレビュー (ID:29297)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
またまた質問ですみません。 Delphi2005、QuickReport4.07の環境で 用紙の任意サイズ指定を実行したところ、用紙方向を横に指定しても 縦の状態でプレビューが表示されてしまいます。 以下のようなプログラムを作成して実行しています。 repTest.QuickRep1.Page.PaperSize := Custom; if (PaperOrient = DMORIENT_LANDSCAPE) then begin repTest.QuickRep1.Page.Orientation := poLandscape; repTest.QuickRep1.Page.Width := 1030; repTest.QuickRep1.Page.Length := 728; end else begin repTest.QuickRep1.Page.Orientation := poPortrait; repTest.QuickRep1.Page.Width := 728; repTest.QuickRep1.Page.Length := 1030; end; repTest.QuickRep1.Preview; 何卒ご教授をお願いいたします。
←解決時は質問者本人がここをチェックしてください。
更新する
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.