Hello everyone, I have a wingridprintdocument that is not saving the DefaultPageSettings and the PrinterSettings properties when I call the method, SaveAsXML or Save or even SaveComponentSettings. For some reason the serializer does not take those properties into account. Does anyone have any idea what I might be doing wrong?? Thanks in advance,
Jose
Those properties are defined on the base PrintDocument class. The only properties that are serialized in the Save methods are those that the component itself defines; this is the way that all of our Save methods are implemented. You can submit a suggestion to support serializing out the properties of the base class - http://devcenter.infragistics.com/Protected/RequestFeature.aspx.