Hello all, I had a question about taking the reports in the classic version and making them work in RTC via Visual Studio.
So far I have been going to the object designer and I will have it create a layout suggestion for me. Now best case all I have to do is resize the rows and columns of the table to make it display correctly. More times than not the layout suggestion botches my report, and this is where i begin to run into trouble. Now from what i can tell the table cells that were created with red text,hidden and made very small correspond to the text boxes in the header section that star out with "Reporitems!" i.e "=ReportItems!COMPANYNAME.Value" comes from "=Fields!COMPANYNAME.Value" located in the table.
Now on the reports that the layout suggestion screws up i create a new table and position everything so it displays and prints correctly the header just says "#ERROR" in the texboxes where i would have things like the company name and anything that started with "Reporitems!". I coppied those red hidden fields to my table but i cannot see any difference between the table i made with the same exact fields as the layout suggestion table. I have coppied/pasted and have manually entered those fields in and i can't for the life of me figgure out how to get the text boxes in the header working. Anyone else figgure out how this works?
And on a side note does anyone know if this whole visual studio for making the reports thing is going to be the new standard? I only ask because I am not sure if it is even worth my time to learn how to do all this if i will not have to deal with it next year.
0
Comments
I think first you should understand how report header works in RTC from using any standard report.Actually ReportItems take values from Textbox Name i.e. ReportItem!Textbox Name.value
Hemant
They can conquer who believe they can.
This is also a good training: http://www.microsoft.com/learning/en/us ... cale=en-us The MOC (manual) can be downloaded from Partnersource/Customersource. \:D/