Browse By Tags

  • Print xamgeographicmap with scale

    Hello,
    I have a map loaded in xamgeographicmap, I would like to know what is the ideal way to print the map according to map scales, for example: 1: 100, 1: 1000, 1: 500000 etc.

  • Web Components Dock Manager Print

    Is there way to print the full data grid  without adjusting the panes? I am html printing the data grid but I only get  half of the grid when I print. 

    I am using  the blazor version of the data grid. 

  • Use PrivateFontCollection in UltraPrintDocument and UltraPrintPreviewDialog

    I need a text obtained by a method to be drawn with an added font with PrivateFontCollection.

    This is done in the PrintPage event of the UltraPrintDocument, using e.Graphics.DrawString, but when the print preview is generated, the text appears…
  • WebHierarchicalDataGrid - Print Stylesheet Issue

    Good Afternoon,

    We have a WebHierarchicalDataGrid displaying on one of our web products. When applying a Print Stylesheet and looking at it in print preview, the DataGrid will not resize to fit the width of the document, although it is set to width:…

  • Re: WebDataGrid: Printer Friendly ready-only version

    Hi grbdev,

    the best way to render WebDataGrid in a printer-friendly page is to use WebDocumentExporter or Excel Exporter. Also you could use css @media rule but this will require additional efforts to write css for printing.

    http://forums.infragistics…

  • Introduction to Silverlight Reporting

    This article demonstrates how can use the new Silverlight Reporting project.

    It is possible to download source code and sample demos from Codeplex here

    This project, a created from Pete Brown and David Poll of Microsoft, provides a a very basic framework…

  • Re: Printing WinSchedule Multiple owners in one page (Timelineview).

    Anyone have any idea how to answer this question (regardless of the total number of owners).
    Print "x" number of owners in one page?
    The problem arises when, for example has a total of 10 "owners" and I want to print 5 "owners" per page…
  • Re: ultraSchedulePrintDocument Problem

    The printing of the control is odd -- for a daily view, it FORCES the output to only 1 page.  You cannot get the control to span multiple pages.

    We just solved this issue by essentially printing portions of the schedule onto a document.  THen combining…

  • Printing WinSchedule Multiple owners in one page (Timelineview).

    I have a WinSchedulePrintDocument linked to the CaldendarInfo and CalendarLook in my Timelineview control and it prints, but when I specify the date range to print, each owner is printed on a separate page. I want to print “x” number of owners in one…
  • Printing the WebDialogWindow content ?

    How can I print the content of a WebDialogWindow  ?

    I want to add a print button inside the WebDialogWindow  & when clicked it only will print me the content displayed in the window. (currently to do that it will print all the page :( )

  • Printing a UltraTree

    I have browsing a bit for information on how to print UI controls through infragistics but haven't seemed to find anything interesting.  Is there anybody that knows how to print a UltraTree through infragistics?

  • Print / Legend and Annotations

    Hello,

    i am looking for a way that generics add the text that is normally shown in the legend to all lines of a splineChart or lineChart. 

    The reason is, if people print a large chart they cant see differences in the colors. If many rows are used this…

  • Custom Filter Results in Export Failure

    I am working on an UltraWinGrid and want to be able to export it to Excel and print it. If I use the normal sort, filter, or group by features, the export and print both work as expected. However, on one of my columns, I have implemented a custom sort…

  • Ultragrid print preview crash error

    I have a windows form application with a toolbar menu and an ultragrid control loading Excel data.  On the toolbar there is a Print Preview menu.  When I clic on Print Preview, it loads the Infragistics Print Preview control.  When I clic the File|Print…

  • Any band rows expanded?

    Is there any way of telling if any rows in a band are expanded other than recursively going through all the grid rows?

    I want to know so I can hide the band for printing if it's not used with something like:
    e.PrintLayout.Bands[1].Hidden = true;

  • Print UltraGrid as part of a report that contains other data

    I am working on an application that needs to print some reports that could contain some information that is displayed using the UltraGrid. A page that has a grid could contain other elemens (graphs) that show data that is usually related to the data in…

  • Print only visible rows\columns from ultrawingrid

    Hi,

    I need to print only the visible rows\columns from ultrawingrid. 

    I was looking at the sample that prints the selected rows but unfortunately the way the application is built is selecting row does some other GUI changes which the customer does not want…

  • Get visible (on the screen) rows and columns only & print

    Hi,

    Using the ultragrid I need to get just the rows and columns that are presently visible on the screen to a user, then print those out.

    So, for example, they the have 20 columns and 30 rows showing but they have resized\scrolled down on the grid so they…

  • printed grid broken when inserting image in header

    Hi

    When I use a image as backgroundImage of a UltraGridPrintDocument's header, the printed grid in PrintPreviewDialog became broken, leaving blanks where it should be cells.

    Besides, when I print the grid in PrintPreviewDialog, the image in header…

  • UltraGridPrintDocument with fixed columns

    Hi,

    is it possible to  print an UltraGrid with the UltraGridPrintDocument is this kind
    that colums that don't fit on one page would be printed with the fixed columns?
    (or even better: configurable columns to be repeated)

    Example:
    Page 1
    ID (fixed), Colum1…

  • How to have a PrintPreview with # Copies and Page Range

    Hi all!

    I have currently using PrintPreview to print a WinGrid with header and footer and I can send a print to the printer with the Printer button.

    HAVE:

    But now the client want a full standard Print Setup, with number of copies and page range like…

  • UltraWinGrid Printing Problem

    Hi,

    Hope you all are fine and doing great.

    I am using winGrid with 1 group and 3 Levels.
    When I try to print the grid using wingrid.print() method, it do print, but it print on multiple pages, even though there is lot space on previous page.

    On the Click…

  • Show column headers in UltraPrintPreviewDialog when all groups closed

    When I've grouped by a column and closed all the group expansion indicators, the column headers still display on the screen.

    However, when print previewing with UltraPrintPreviewDialog, the column headers only display if I've got at least one group…

  • Changing the UltraGridPrintDocuments Style

     

    This is what my Output currently looks like. What i want to change is, that there shouldn't be this white Frame around the Grid but I can't seem to find the right Property to do that.

    The next thing is how do i remove the unnecessary gray…

  • Prevent visible columns from being exported / printed

    We are in the process of adding export to XLS / PDF and printing support to our grids using the UltraGridPrintDocument, UltraPrintPreviewDialog, UltraGridDocumentExporter and the UltraGridExcelExporter.

    The core printing and export functionality is all…