Browse By Tags

  • System.Printing.PrintQueueException: PrintTicket provider failed to retrieve PrintCapabilities

    We're using the Report class to print the contents of a XamDataGrid, using a method within a subclass of XamDataGrid that basically looks like this:

    Report report1 = new Report();
    report1.Sections.Add(new EmbeddedVisualReportSection(this));
    report1…