Report PDF With Landscape Pages including tables

3 Ansichten (letzte 30 Tage)
Cosimo Antonio Prete
Cosimo Antonio Prete am 13 Jun. 2020
Beantwortet: Navya Seelam am 16 Jun. 2020
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 Kommentar
Cosimo Antonio Prete
Cosimo Antonio Prete am 13 Jun. 2020
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);

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Navya Seelam
Navya Seelam am 16 Jun. 2020
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

Kategorien

Mehr zu MATLAB Report Generator finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by