Browse By Tags

  • Error When Adding Infragistics Report Service

    When attempting to add an Infragistics Report Service to my asp.net mvc application I receive this error:

    "Error: this template attempted to load component assembly Infragistics.VisualStudio.Wizards.VS12"

    Using Visual Studio 2013. C# project…

  • Collapsable Row Groups

    Hello,

    I see that it is possible to add row groups to a report, but can the subrows be collapsable so that only the total and subtotal rows are intitialy displayed?

  • Cannot find Object Data Source

    Hi,

    The problem we are having I believe is very similar to this:

    http://www.infragistics.com/community/forums/t/58897.aspx

    But, we have tried what is suggested there (static function) and we have not been able to fix our problem.

    We are simply trying…

  • Add a superscript to a label in an igr report

    Hi, I have a requirement to add a TM superscript to several of our products in an igr report we send to our customers. How do I do this so the the TM appears right after the product in a label object

  • Using canvas

    Hi.Is there any possibility for faster canvas drawing ?

    i want to draw lines with 1000000 points

  • infragistics could not load file or assembly infragistics.webui.documents.reports.v13.2

    Hi,

    I'm using Infragistics ASP.net  2013.2 and when tried to publish the files to a desktop which I use as web server I get below error.

    could not load file or assembly infragistics.webui.documents.reports.v13.2

    Please find the screenshot attached…

  • Export report to PDF - server side - .net 2.0

    Hello,

    I am trying to use Infragistics 2012.2 - the reporting components to create and export a report on the server side. I found the following links but the class - ServerExporterFactory is only in the assembly - InfragisticsWPF4.Reports.Server.v12.1…

  • Set num of copies before calling UltraReportViewer.Print()

    I have version 14 and i would like to set num of copies before calling Print() method.

    How can I do that?

  • I have questions about getting started with Infragistic.

    Hello
    I just started with Infragistic. Something I want is to create a Report
    Chart or more. I'm not sure I'm doing is right or not.
    My question is as follows:

    1. I install Infragistic Reporting of the MS Visual Studio.
    I do this right or not.

  • Exporting multiple excel worksheets as one workbook.

    The application I've been working with need to have a feature where multiple reports exported to excel as worksheets and NOT datagrids need to be merged into one workbook.

    So far I had been able to merge them as datagrids but this is not what the…

  • Possible to use php for reporting viewer

    Hi,

    I need the reporting viewer like http://www.infragistics.com/samples/reporting/viewers/html-viewer

    if possible to use php open source please help.

    thanks.

  • Infragistics Reporting 2014.2 or newest?

    Hi,

    I want to use "infragistics reporting" tool in new visual studio 2015. It looks like the latest version was included only in 2014.2 not 2015.1 versions?? How can I integrate and use report designer in VS 2015 with Infragistics Ultimate Kit 2015.1…

  • Image from DataSource doesn't load

    I'm using Infragistics 14.2 in an ASP.NET Web Forms project (4.5). I copied over a report from a 14.1 project and updated all the data bindings. However, the report fails to load an image from the database.

    I tested to see if it pulled the correct…

  • How to hide a row in a table?

    In my Infragistics.Reports.Table, I have one Infragistics.Reports.TableRow that I would like to hide if there is a null or empty string value.  I have set the Visible property =IsNullOrEmpty(Fields.Address2), yet the row is still shown even when there…

  • Is there any way to have tables contain more than style of gridlines?

    In the report designer, how can i have some parts of a table not show gridlines and other show them?  I have a table that needs to show some subtotals etc, which should show the table gridlines.  However, under the subtotal i have some text with several…

  • Override Paper Orientation

    If you design a landscape report and attempt to print it on a printer where the paper is set to portrait, then you get the following message displayed;

    Current printer paper size is different than the report's paper size. Do you want to scale the content…

  • igr report downloads on local version, not when hosted on IIS server

    I've been scratching my head at this for a few months now. I've written a company directory for my job and one feature was reporting capabilities of an org structure.

    The program is written in asp.NET with .NET framework 4.5

    I've created the…

  • How to use EmbeddedFonts Property ?

    Hi Infragistics team :

    I am using Reporting to generate and export reports to PDF format. All works fine, but when I programmatically export my report to pdf, the fonts used in the report not are included inside the pdf file... Reading the documentation…

  • Where is Reporting in 15.1?

    Where is Reporting in 15.1 Platform Installer?  Do i really have to keep 14.2 Reporting alongside 15.1 WPF?  If so, when is 15.1 Reporting due out?

  • Load Time For Simple Report

    Is there anyway to minimize the load time for a report being pulled up in report viewer? It's a pretty simple report yet it's still taking ~5 seconds to load.

  • Exception when creating report with databound image

    I have a report with an image databound to a byte[] with the following code:

    <Image MimeType="image/gif" BorderThickness="1px" BorderColor="Transparent" Background="White" Left="1.5pt" Top="0.419999999999789pt" Width="300px" Height="35px">…

  • Printing problem, when the aspx page gets to the client browser it doesn't send the webserver name instead use the server computer name

    This reports are designed with Infragistics 14.1 under ASP.NET 4.5.

    This is one of the reports url:  http://www.internetmexico.net/ammvepe/2015/webadmon/eventocongreso/administracion/ReporteInfra02.aspx

    When the page is rendered in the server it sends…

  • How to avoid the pagebreak in report footer ?

    Hi, Infragistics team : I am Javier Carreño from Bogota, Colombia. I am designing a report with page header, body and report footer sections. All works fine, except for an unexpected page-break beginning report footer section... Is possible avoid this…

  • WCF endpoint not found

    When trying to export a report I receive a WCF error saying "Endpoint not found". The reports are running OK and display fine in the HTML viewer application, it's just the export which doesn't work. I have tried all of the export options available and…

  • Checkboxes and persisting data

    Is there a way to have checkboxes in my report that persist data upon being checked?