Quantcast
Viewing all articles
Browse latest Browse all 9880

Company Logo on SSRS

Hai Friends,

I have created one query based report in that i want to print company logo through display methods i have tried below codes but those are not working,,,pls help on the code for display method for Company logo 

display bitmap companylogo()

{  Bitmap companyLogo()

CompanyInfo companyInfo = CompanyInfo::find()

returnCompanyImage::findByRecord(companyInfo).Image;

}

.................................

display Bitmap  companyLogo()
{
    return FormLetter::companyLogo();
}

 

 

Thanks in advance

Regards,

Pawan


Viewing all articles
Browse latest Browse all 9880

Trending Articles