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...
Answered

Not able to get my company logo in Rdlc report

(1) ShareShare
ReportReport
Posted on by 222
I am using this in my rdlc report to render logo present in my company information. Still not able to render it. What could be the cause of it? Am I missing something here?
column(companyName; companyinfo.Name)
            {
 
            }
            column(Description; Description)
            {
            }
   

trigger OnPreReport()
    begin
        companyinfo.Reset();
        companyinfo.get() ;
        companyinfo.CalcFields(Picture);
 
    end;
           
  • Suggested answer
    Steven Renders Profile Picture
    5,500 Moderator on at
    Not able to get my company logo in Rdlc report
    This is a much better way to do it:
     
    By using an integer data item you only add 1 row to the dataset. In that data item you can then add all information that you only need in 1 row of the dataset, like company info, and other vars.
     
  • Verified answer
    Ariba Mehdi Profile Picture
    160 on at
    Not able to get my company logo in Rdlc report
    Hi, follow the steps:

    1. I have written a very simple code here for the RDLC report.
     
      
    2. Go to Report builder and click on Image from the Insert tool. 
    3. Select the image source as "Database" and MIME type.
      
    4. Save the file. Then, import the file to the business central and run the report. 
    5. Result:


    Hope this helps!
     

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March 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... 294,141 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,892 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans