I have a XamDataGrid where the first field has it's FixedLocation set to FixedToNearEdge. I am generating a print preview using the code below:
Report reportObj = new Report();
reportObj.ReportSettings.HorizontalPaginationMode = HorizontalPaginationMode.Mosaic; reportObj.ReportSettings.PageOrientation = PageOrientation.Landscape; TabularReportView view = new TabularReportView(); view.ExcludeCellValuePresenterStyles = true; view.ExcludeSortOrder = true; view.ExcludeLabelPresenterStyles = true; _grid.ReportView = view; // Put the grid you want to print as a parameter of section's constructor EmbeddedVisualReportSection section = new EmbeddedVisualReportSection(_grid); reportObj.Sections.Add(section); PrintPreview.GeneratePreview(reportObj, false, true);
As you can see I have the HorizontalPaginationMode set to Mosaic rather than Scale. The issue im finding is that when I have enough columns that they spill onto the next page, the fixed columns aren't repeated. Is there a way of implementing this?
Hello,
After some research Print fixed Fields on all pages has been determine as a new Product Idea. I have sent your Product Idea directly to our product management team. Our product team chooses new Product Ideas for development based on popular feedback from our customer base. Infragistics continues to monitor application development for all of our products, so as trends appear in requested ideas, we can plan accordingly.
We value your input, and our philosophy is to enhance our toolset based on customer feedback. If your idea is chosen for development, you will be notified at that time. Your reference number for this Product Idea is PI12090070
If you would like to follow up on your Product Idea at a later point, you may contact Developer Support management via email. Please include the reference number of your Product Idea in the subject and body of your email message. You can reach Developer Support management through the following email address: dsmanager@infragistics.com