-
Book Overview & Buying
-
Table Of Contents
Microsoft Dynamics CRM 2011 Reporting
By :
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "To group you add the aggregate='true' attribute to the fetch node."
A block of code is set as follows:
<fetch version="1.0" mapping="logical" distinct="false">
<entity name="account">
<attribute name="telephone1" />
</entity>
</fetch>When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
DataTable accounts = new DataTable("Accounts");
accounts.Columns.Add("name");
accounts.Columns.Add("accountid");
string fetchQuery = @"
<fetch distinct='false' mapping='logical' >
Any command-line input or output is written as follows:
declare @name as varchar(160) declare @revenue as money
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "Check the checkbox that says I accept this license agreement and click on I Accept to continue".
Warnings or important notes appear in a box like this.
Tips and tricks appear like this.
Change the font size
Change margin width
Change background colour