Hi,
I work on a Microsoft Project Server installation (based on WSS 3.0), with SQL Server Reporting Services also installed. Some reports have been created on Visual Studio and deployed on the server, everything is ok.
I need to display in a report a note linked to a task (filled in Project Professional, Task Information Notes tab).
This data is stored on the "Published" database in a field named "TASK_RTF_NOTES" (dbo.MSP_TASKS table) as an Image Data Type.
In SQL Server Management Studio, when you open the table, in the field you can see "Binary data".
It doesn't work when you just put this field in the report.
Do you know the code or the way to make this field to be displayed as a regular text (the text originally filled in the tool)?
Stani