Keep TableRow Together
Jul 9, 2007
I have a table with 3 tablerows. This 3 tablerows needs to stay together on the same page for each record. Sometime, a function set the Hidden property of one of this tablerow to true, so I cannot just fit the table to get a multiple number of 3.
I use visual studio 2003 to create this rdl.
Thanks,
Marco
View 6 Replies
May 5, 2008
I am creating a product details page that is passing the string from my products database table. I am just wondering what is the best way to filter out a column depending on the information that is in the Product_Category Column For example my database products table has the following...ProductIDProduct_NameProduct_NumberProduct_CategoryProduct_InstructionsProduct_Costetc...I want to make it so if the Product_Category = BooksThen TABLEROW with the ID of "ProductInstructions" will have a visibility of "False"
View 3 Replies
View Related