I have a simple SharePoint list with a multiple line column that has append changes enabled. I am doing a report with Report Builder 3.0 and I want to show all values of the field the same way you achieve it through a DVWP using:
<SharePoint:AppendOnlyHistory FieldName="Comments" runat="server" ControlMode="Display" ItemId="{@ID}"/>
<sharepoint:appendonlyhistory controlmode="Display" fieldname="Comments" itemid="{@ID}" runat="server">Any suggestions to show all the appended values?</sharepoint:appendonlyhistory>
Tim