Announcements
Hi,
I need to add terms and conditions at the end of reports.
- I created a new table with Mediaset field.
- I created a page to load the html files (terms and conditions) into the table.
- In my Report Extension, I added Mediaset field.
Display the field "Description" from my custom table works well, but I am not able to display my html in the RDLC.
When I print in Excel Data only format, I get "Binary data (111 bytes)".
Please, how to display the mediaset field (html) in the RDLC?
Thanks in advance for your kind reply,
RDLC:
=Fields!cgvImage.Value
Report Extension:
column(cgvDescription; Media_Table.Description) { } column(cgvImage; Media_Table.Image) { }
trigger OnPreReport() begin Message('Hello ! OnPreReport seb'); CompanyInformation.get; Media_Table.get('CGV_TITLE'); end;
Table:
table 50100 MediaTable { Caption = 'MediaTable'; DataClassification = ToBeClassified; fields { field(1; Code; Code[10]) { Caption = 'Code'; DataClassification = ToBeClassified; } field(2; Image; MediaSet) { Caption = 'Image'; DataClassification = ToBeClassified; } field(3; Description; Text[100]) { Caption = 'Description'; DataClassification = ToBeClassified; } }
Hi Amit,
Thank you for your answer,
But I don't understand how to do it,
Your link uses blob, but I use Mediaset and I use Business Central cloud version.
Please, can you explain me more about it?
Hi,
Refer the below link
https://github.com/hougaard/Youtube-Video-Sources/tree/master/Base64
Regards
Amit Sharma
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
232,996
Most Valuable Professional
nmaenpaa
101,158
Moderator