Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Small and medium business | Business Central, N...
Suggested answer

Print/Display attachments in reports

(0) ShareShare
ReportReport
Posted on by 185

Hello,

Am trying to print Sales order attachments in reports. if there is image file in attachment am able to print but not pdf and word.

is there any way to print attachments  in report.?

report 50000 "Print attachments"
{
DefaultLayout = RDLC;
RDLCLayout = './attach.rdl';
UsageCategory = ReportsAndAnalysis;
ApplicationArea = All;
dataset
{
dataitem(Salesheader; "Sales Header")
{

column(SelltoCustomerName; "Sell-to Customer Name")
{
}
column(SelltoCustomerNo; "Sell-to Customer No.")
{
}
column(No; "No.")
{
}
dataitem(Docattach; "Document Attachment")
{
DataItemLinkReference = Salesheader;
DataItemLink = "Document Type" = field("Document Type"), "No." = field("No.");

column(DocumentReferenceID; TenantMedia.Content)
{
}
column(PicDataBASE64; PicDataBASE64)
{

}
trigger OnAfterGetRecord()
begin
MyProcedure();

end;
}
}
}

local procedure MyProcedure()
var
tempblob: Codeunit "Temp Blob";
base64convert: Codeunit "Base64 Convert";
PicInStream: InStream;
lstr_Out: OutStream;
lstr_OutBASE64: OutStream;

PicData: Text;
begin
tempblob.CreateOutStream(lstr_Out);
Docattach."Document Reference ID".ExportStream(lstr_Out);
tempblob.CreateInStream(PicInStream);
PicInStream.ReadText(PicData);
PicDataBASE64 := base64convert.ToBase64(PicData);
end;
var
TenantMedia: Record "Tenant Media";
PicDataBASE64: Text;

}

layout:

pastedimage1593603002261v1.png

  • Suggested answer
    Marco Mels Profile Picture
    on at
    RE: Print/Display attachments in reports

    Hello,

    We currently do not have dedicated Dev support via the Dynamics 365 Business Central forums, but I wanted to provide you some additional resources to assist.  If you need assistance with debugging or coding I would recommend discussing this on one of our communities.

    www.yammer.com/dynamicsnavdev

    dynamicsuser.net/.../developers

    I will open this up to the community in case they have something to add.

    Thanks.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,202 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,923 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans