by Phil Adams
22. March 2010 14:50
In BIDS, do the following:
Click on Report > Report Properties > Layout tab
Make a note of the values for Page width, Left margin, Right margin
Close and go back to the design surface
In the Properties window, select Body
Click the + symbol to expand the Size node
Make a note of the value for Width
To render in PDF correctly Body Width + Left margin + Right margin must be less than or equal to Page width. When you see blank pages being rendered it is almost always because the body width plus margins is greater than the page width.
Remember: (Body Width + Left margin + Right margin) <= (Page width)
by Phil Adams
10. August 2009 11:05
I made mention to one of the Microsoft CRM Product Managers that the fact that I cannot access "Customizations" from the Outlook client, or the Web client when I have Outlook open seems silly to me. When the Outlook client first came out it was titled "The Sales for Outlook Client" and with that title not including "Customizations" made sense. But now the client has moved far from that title and this really shouldn't be an issue for end users. The Product Manager looked at me in a confused way and said, "Why don't you just update the Site Map?" I couldn't believe that something so simple could solve my problem. Previously I've had users go to a separate URL, like the IP address, or I would set up another host header to work around this. But I tried this and this way is much better. All you have to do is export the Site Map and find the XML tag "nav_syscust" under the "Settings" area tag and add: Client = "All" Save, import, publish and you're all set. Here's the full line: <SubArea Id="nav_syscust" ResourceId="Homepage_SystemCustomization" Icon="/_imgs/area/18_syscust.gif" Url="/tools/systemcustomization/systemcustomization.aspx" Client="All" /> Enjoy