I have, I believe, followed the examples correctly, but every time I try to Export to PDF the entire table opens in the current window.
I expect to get all the data and I do, If I change the "IgnorePaging" to false I just get the first page, as I would expect. But changing the value of OpenInNewWindow has no observable effect.
I am obviously missing something very simple, but I just can 't see it. Any ideas?
rgUsers.ExportSettings.ExportOnlyData = true;
rgUsers.ExportSettings.IgnorePaging = true;
rgUsers.ExportSettings.OpenInNewWindow = true;
rgUsers.MasterTableView.ExportToPdf();
I expect to get all the data and I do, If I change the "IgnorePaging" to false I just get the first page, as I would expect. But changing the value of OpenInNewWindow has no observable effect.
I am obviously missing something very simple, but I just can 't see it. Any ideas?