Friday 14 November 2014

How To Add Company Logo To SSRS Report

Hello Guys..

Here i'm sharing steps how to add company logo to a ssrs report.

Step1 :

-> Add Extended Data Type "BitMap" to your table and name it as "CompanyLogo".
-> Add Extended Data Type "NoYesId" to your table and name it as "PrintLogo".

Step 2 :

-> Go to insert method of your ssrs report DP class and paste the below code before yourtable.insert();

if (conLen(FormLetter::companyLogo()) == 0)
    {
        yourtable.PrintLogo = NoYes::No;
    }
    else
    {
        yourtable.PrintLogo = NoYes::Yes;
        yourtable.CompanyLogo = FormLetter::companyLogo();
    }

//Note : Change table name

Step 3:
-> Edit your ssrs report design in visual studio.
-> Insert Image as shown in the below screen shot
-> Then go to image properties
-> In the properties go to "Use this field" and paste the below code and change the data set name

=IIF(First(Fields!PrintLogo.Value, "datasetname") = "Yes", First(Fields!CompanyLogo.Value, "datasetname"), "")

-> Select company logo type in the "Use this MIME type"
-> Save and then deploy the report ..

That's It ... :)




@ Rahul Talasila

30 comments:

  1. Your blog have a very interesting and so valuable detail about the company logo maker and it's too good and interesting.
    Handtuch Werbeartikel

    ReplyDelete
  2. Valuable information in your blog and I really appreciate your work and keep it up dude I really very informative blog about the Rally Towels and i going to appreciate it.
    Custom Rally Towels

    ReplyDelete
  3. You own raised an important children.. Blesss with regard to utilizing.. We may wish to research much better most recent dealings out of this weblog.. protect publishing.. free vector design

    ReplyDelete
  4. I have read all the comments and suggestions posted by the visitors for this article are very fine,We will wait for your next article so only.Thanks! toronto construction company

    ReplyDelete
  5. This is such a great resource that you are providing and you give it away for free. I love seeing blog that understand the value of providing a quality resource for free. Prestige Song of the South phase 2

    ReplyDelete
  6. Many thanks with regard to composing this type of great post, We happened on your weblog as well as study several publish. I love your look associated with composing... snowfall vector

    ReplyDelete
  7. bluetooth headsets are great because they are wireless and your movement is not limited by wires” ป้ายบริษัท

    ReplyDelete
  8. I read a article under the same title some time ago, but this articles quality is much, much better. How you do this.. shops names

    ReplyDelete
  9. hi was just seeing if you minded a comment. i like your website and the thme you picked is super. I will be back. catchy business name ideas

    ReplyDelete
  10. I was just looking for this information for some time. After six hours of continuous Googleing, finally I got it in your website. I wonder what’s the lack of Google strategy that do not rank this type of informative sites in top of the list. Generally the top sites are full of garbage. read this article

    ReplyDelete
  11. Very useful post. This is my first time i visit here. I found so many interesting stuff in your blog especially its discussion. Really its great article. Keep it up. ทำโลโก้

    ReplyDelete
  12. Pretty good post. I have just stumbled upon your blog and enjoyed reading your blog posts very much. I am looking for new posts to get more precious info. Big thanks for the useful info. name my business

    ReplyDelete
  13. Great job for publishing such a beneficial web site. Your web log isn’t only useful but it is additionally really creative too. There tend to be not many people who can certainly write not so simple posts that artistically. Continue the nice writing clothing line names

    ReplyDelete
  14. Nice to see your content. Munafawala is Best Loan Company in Jaipur Offers Different Types of Bank Loans in firm in Jaipur, Rajasthan

    Business Loan Agents in Jaipur
    Business Loan Agency in Jaipur
    mortgage loan agency in Jaipur

    ReplyDelete
  15. thank you for your interesting infomation. find out

    ReplyDelete
  16. nice bLog! its interesting. thank you for sharing.... find us

    ReplyDelete
  17. This article was written by a real thinking writer without a doubt. I agree many of the with the solid points made by the writer. I’ll be back day in and day for further new updates. 레플리카쇼핑몰

    ReplyDelete
  18. I exactly got what you mean, thanks for posting. And, I am too much happy to find this website on the world of Google. 레플리카사이트

    ReplyDelete
  19. Great info! I recently came across your blog and have been reading along. I thought I would leave my first comment. I don’t know what to say except that I have. click here

    ReplyDelete
  20. This is a good post. This post gives truly quality information. I’m definitely going to look into it. Really very useful tips are provided here. Thank you so much. Keep up the good works. shindo life codes

    ReplyDelete
  21. I don t have the time at the moment to fully read your site but I have bookmarked it and also add your RSS feeds. I will be back in a day or two. thanks for a great site. website

    ReplyDelete
  22. Thanks for sharing this useful Content. Now Days People Looking for loan against property agent

    ReplyDelete
  23. I have read a few of the articles on your website now, and I really like your style of blogging. I added it to my favorites blog site list and will be checking back soon. Please check out my site as well and let me know what you think. unique business names

    ReplyDelete
  24. I have read a few of the articles on your website now, and I really like your style of blogging. I added it to my favorites blog site list and will be checking back soon. Please check out my site as well and let me know what you think. unique company name

    ReplyDelete
  25. Thankyou for this wondrous post, I am glad I observed this website on yahoo. tech company names

    ReplyDelete
  26. Thanks for your insight for your fantastic posting. I’m glad I have taken the time to see this. company name ideas

    ReplyDelete
  27. At its core, the Amazon logo embodies customer-centricity. The smile-shaped swoosh isn't merely an aesthetic choice; it's a visual representation of Amazon's commitment to customer satisfaction, hinting at a seamless and enjoyable shopping experience. Amazon logo

    ReplyDelete

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...