Hi,
you can hide the logo or even change it, here is the snippet below (C#):
// hide the business objects logo
ToolStrip d = (ToolStrip)this._reportViewer.Controls[3];
d.Items[d.Items.Count - 1].Visible = false;
//...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.