I have to bind an Object Data Source dynamically to a tablechart control dynamically i.e. not during the design time. Please let me know whether it is supported in telerik reporing. If so, pls let me know how will it be done.
Thanks in advance
Ravindra
2 Answers, 1 is accepted
0
Accepted
IvanDT
Telerik team
answered on 27 Jun 2011, 01:48 PM
Hello Ravindra,
Telerik Reporting offers a full API for programmatic control of reports. You can create, modify and work with reports in code, just as you can from the Visual Studio IDE. Telerik.Reporting.Report is a standard .NET Class so you can customize it any way you like.
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
Hello there
I am new to telerik reporting and I am stuck at adding the table into the report designer in Visual Studio.
My question is when I try to show the record in the Text Box by providing the field name lets say [=Fields.Date] it works fine but the when I try to use the same field in the table column it does not populates any record. Any idea what I'm missing ?
I have attached the picture for better understanding about my problem.
Also can't we create the report on stand alone designer and integrate it with the application ?
Thanks