What is the quickest way to
- select the next field, other than clicking on it or using the Document Outline
- go to the Expression editor, other than right click and Expression
- go to the Visibility Expression editor, other than right click, properties, visibility, expression, click into it...
Example of why it matters: you cannot copy-paste textboxes with expression so when you do this, it is tedious:
exp: First(Fields!ShippingAddressCust1.Value, "DataSet_Result"), visibility: (First(Fields!ShippingAddressCust1.Value, "DataSet_Result")="")
exp: First(Fields!ShippingAddressCust2.Value, "DataSet_Result"), visibility: (First(Fields!ShippingAddressCust2.Value, "DataSet_Result")="")
exp: First(Fields!ShippingAddressCust3.Value, "DataSet_Result"), visibility: (First(Fields!ShippingAddressCust3.Value, "DataSet_Result")="")
etc. etc.
This kinds of job are tedious when you don't have any shortcuts. And I think the visibility is necessary or else it will take up space and you probably end up printing a blank second page on the document.
0