Hi,
Is it possible to have tables in a report that have dynamic number of columns?
Is there a way to have grids rendered in the same way as the charts in the reports? Can I bind data to a grid and have it added to a group in a report?
All the report demos I've seen so far the tables are static with individual field expression to get the data.
James
Another problem I can't seem to find a solution too is how to bind the Rows collection to the table. I'm wondering if the Reporting is actually capable of doing what I need? I can't find examples of this kind of data structure being used in a report:
public class SummaryItem { public int CycleId { get; set; } public IEnumerable<Row> TableData { get; set; } public SummaryItem() { TableData = new List<Row> { new Row { Dose = "10mg", PatientId = "1001", Cmax = 345, Cmin = 100}, new Row { Dose = "10mg", PatientId = "1002", Cmax = 325, Cmin = 126}, new Row { Dose = "10mg", PatientId = "1003", Cmax = 315, Cmin = 123}, new Row { Dose = "10mg", PatientId = "1004", Cmax = 335, Cmin = 121}, }; } } public class Row { public string Dose { get; set; } public string PatientId { get; set; } public int Cmax { get; set; } public int Cmin { get; set; } }
Hello,
After some research the functionality that you are looking for has been determined to be 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 PI12040102.
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
Thank you for your request.