How to insert an image to table entry in this situation in Report Generator ?
Afficher commentaires plus anciens
I saw code like this could change the text content of an entry after building the table:
table.entry(1,1).Children(1).Content = 'Header A';
i tried to use some similar codes like below to insert an image into a certain entry ,
table.entry(1,1).Children(1).Content = Image('number.jpg')
or
table1.entry(1,1).append(Image('number.jpg'));
but they all failed, could anyone please give me some tips?
Thanks in advance
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Work with Components dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!