Report PDF With Landscape Pages including tables

조회 수: 3 (최근 30일)
Cosimo Antonio Prete
Cosimo Antonio Prete 2020년 6월 13일
답변: Navya Seelam 2020년 6월 16일
The following program produces the first horizontal page and in the following the table is inserted in a horizontal page.
Where's the mistake?
  댓글 수: 1
Cosimo Antonio Prete
Cosimo Antonio Prete 2020년 6월 13일
The following program produces the first horizontal page and in the following the table is inserted in a horizontal page.
Where's the mistake?
rpt = Report('TabellaStatisticheDelleOperazioni','pdf');
tp = TitlePage;
tp.Title = 'Stato e statistiche delle Operazioni';
tp.Author = 'Società ProSeF, del gruppo XYZ';
tp.Layout.Landscape = true;
add(rpt,tp);
ch1.Title = 'Tabella stato long e short';
tbl = Table(St);

댓글을 달려면 로그인하십시오.

답변 (1개)

Navya Seelam
Navya Seelam 2020년 6월 16일
I don't see any line in the code which is intended to add table to the report. Try adding the following line in your code
add(rpt,tbl ) ;
Go through this example for better understanding

카테고리

Help CenterFile Exchange에서 MATLAB Report Generator에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by