how to print a logo in the report

MadhanMadhan Member Posts: 96
hi all

I am having a company logo in the responsibility centre card.

I am doing a report. Is it possible to print the company logo without using the responsibilility centre data item.

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    You can get the logo from the record via code.

    There are loads of topics about this. have you searched the forum?
  • andrejsmandrejsm Member Posts: 122
    Hi,

    You need to use Get function to read record:

    ResposibilityCenter.GET("Resposibility Center Code");

    Code could be located on OnPreDataItem() triger.

    And in the section you need to put bitmat with source expression :
    ResposibilityCenter.Logo
    Andrejs Muraskins
Sign In or Register to comment.