Telerik Forums
Reporting Forum
1 answer
237 views
Hello Team

I need to repeat detail section with heading and rows values in telerik reporting. if it is possible to do then reply me. i need to implement to this in report . PFA
IvanY
Telerik team
 answered on 10 Jan 2014
1 answer
119 views
Hi,
I have a report dll file I am consuming in my project. One of the report is using multiple ObjectDataSources. All these datasources have been defined at the design time using the app.config connection string named like this "FormattedReports.Properties.Settings.MyConnectionString".

Now, when it comes to use the report in a web site it doesn't seem to point to the right database server. The website has a connection string named just "MyConnectionString", but the report ignores it. Not wanting to duplicate the connection string in my website by adding an identical value with a different name, what are my options?

I've also tried to dynamically pass the datasource all together at runtime, however the engine only allows me to pass one datasource not all 5 with this code:  
FormattedReports.MyReport rep = new FormattedReports.MyReport()
rep.DataSource = datasource;

Thank you
Virgil
Peter
Telerik team
 answered on 10 Jan 2014
3 answers
181 views

Good evening, I managed to create a report in Report Designer and present data using a SQL Server wiht connectionString, but I'm having a little difficulty passing filter and display only the filtered data. What is missing in the code below so that the filter would start working.

private void Window_Loaded_1 (object sender, RoutedEventArgs e)
         {
             Telerik.Reporting.UriReportSource Telerik.Reporting.UriReportSource ur = new ();
             ur.Uri = System.IO.Path.Combine (Environment.CurrentDirectory "Report1.trdx");
             myReport.ReportSource = ur;
         / / Need to filter
             / *
             Telerik.Reporting.Filter filter1 Telerik.Reporting.Filter = new ();
             filter1.Expression = "Fields.Pro_codigo =";
             filter1.Operator = Telerik.Reporting.FilterOperator.Equal;
             filter1.Value = "= 00002";
             * /
         }

graciously
André
Ivan Hristov
Telerik team
 answered on 10 Jan 2014
1 answer
78 views
Hi Team,

 I want to create a multiple rows .  Means  detail section i need some header and rows like follow

              ID         Name
       -------------   --------------------
           1                    Test Data
           2                    Testing
           3                     Data Hide

Now i don't repeat ID And Name are the Heading of table , i pass value from Table row from code behind now records are look like this.
In Below attach file header also repeating please provide links and help on this.

I dont repeat Header content in detail section and only the values of that text need to repeat like a row wise more rows in report.

Waiting for Reply on this ASAP.

Thanks and regard's
Surendra Reddy.

Peter
Telerik team
 answered on 10 Jan 2014
0 answers
118 views
Hello ,
  I Deploy Mvc Demo On ISS 7.5  in Win7 . An Error occurred when I click Product Sales -detail

 

Jeff
Top achievements
Rank 1
 asked on 10 Jan 2014
5 answers
402 views

http://www.telerik.com/help/reporting/mvc-report-viewer-extension-embedding.html

I'm using telerik reports with ASP.NET MVC and trying to access a session variable, but it's always return null. session works perfectly in any other place except for below methods

private void Report4_ItemDataBound(object sender, EventArgs e)
        {
            ReportViewModel model = (ReportViewModel)System.Web.HttpContext.Current.Session["ReqColumns"]; // session is null here

        }

        private void Report4_NeedDataSource(object sender, EventArgs e)
        {
            ReportViewModel model = (ReportViewModel)System.Web.HttpContext.Current.Session["ReqColumns"]; // session is null here

        }
Stef
Telerik team
 answered on 09 Jan 2014
1 answer
88 views
Hi
 1 - I install Telerik Reporting with example.
 2 -I do the connexion to the database.
 3 - I launch this solution : CSharp.ReportExamples.VS2013.sln
 4 - I launch  CSharp.WpfDemo, and it's good. same for the project CSharp.WebFormsDemo
 5 - But the project  : CSharp.Html5Demo - CSharp.MvcDemo does'nt work. I have the message : Error registering the viewer with the service


I contact your support but I have no good result.

Did you have an idea of this problem please ? it's very urgent for me.




Stef
Telerik team
 answered on 09 Jan 2014
1 answer
75 views
Hi,

Since we need to use T-SQL( use declare, cursor, temp table, etc) to get the data from different DBs from  SQL server, I run the T-SQL scripts from SQL server successfully. But when I copy& paste the script under "Select Statement" in  "configure Data source command" window and run(see t-sql script.jpg), it gave me error see sql error.jpg.  So Telerik reporting doesn't support T-SQL?
Stef
Telerik team
 answered on 09 Jan 2014
1 answer
67 views
The report we are building has lots of vertical room for the legend, so we are wondering if the legend for a PIE Graph could look like this (attached). When we position the legend on the bottom it will wrap the list, where they want it stacked like an ordered list. Suggestions?

Thank you
IvanY
Telerik team
 answered on 09 Jan 2014
3 answers
58 views
hi

How do i download videos for telerik reporting for example http://www.telerik.com/support/videos/telerik-reporting-videos/connecting-to-data-and-using-expressions-in-telerik-reporting.aspx for offline viewing? Thanks
Stef
Telerik team
 answered on 09 Jan 2014
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?