If the sale order line no is zero then header must be visible false...and sale order line no must not show here.
I m trying with column visibility property..but it is not working
=First(Fields!saleordlinno.Value, "DataSet_Result")<0
And for heading Sale Order NO is:
=IIF(String.IsNullOrEmpty(First(Fields!saleordlinno.Value, "DataSet_Result")), true,false)
Both are not working.
Manish
*This post is locked for comments