I have a report which binds to a Dataset. Dataset loads an xml file which sometimes doesn't contain all elements (if user didnt specify any data for those elements). If an element such as 'Name' is missing I will receive "An error has occurred while processing TextBox 'Name': The expression contains object 'Name' that is not defined in the current context". Instead I just want the report to leave the textbox blank if the binding fails. Is it possible to somehow supress binding errors if the biniding element doesn't exist?
Thanks, Emil.
Thanks, Emil.