Telerik Forums
Reporting Forum
6 answers
82 views

Hello

 

I have an Invoice report containing sold items.

If try to group the items by description that column is just above e.g. 

 

description blah blah

                                 item 1          $250    

                                 item 2          $260  

 

However, I want to make it like the following:

description blah blah 
item 1          $250    
item 2          $260

Stef
Telerik team
 answered on 22 Nov 2016
9 answers
251 views
I'm using an objectdatasource, and I'd like to bind the length of a Horizontal Line Shape to a member of that objectdatasource. I've tried returning a string, int and double but get errors like
  that below. Is it possible to do this?
An error has occurred while processing Shape 'shape1': Bindings error - An error occurred while invoking the setter on property 'Width' with value '0.11in'
Stef
Telerik team
 answered on 22 Nov 2016
2 answers
675 views

Can anyone give me an example about how to bind the objectDataSource for the Data Source in telerik report ?

I hope the example is comprehensive,including Report Designers UI wizards and the reportviewer part.

Besides, the reportsource is a UriReportSource not an InstanceReportSource,this is important. 

the other question :  there is a List<T> in the object, I need the the taskInfo and the list<C> are both in the report

just like:

public class  TaskInfo

{

          public  string a { get; set; } 

          public  string b { get; set; }

          public List<C> listC { get; set; }

          ...

}

i think the solution is i need use  multiple objectDataSource in a single Report , but how?

I have already read the Help document and i tried ,but i failed ! I found the posts on forums but also failed !

I'm using Telerik Reporting Q1 2015 , vs 2013 ,  .net framework 4.5 and it is a wpf project.
Thank you!

Stef
Telerik team
 answered on 22 Nov 2016
2 answers
195 views
Im trying to fill a table will an IList  that is getting its data from a radGrridView using an objectDataSource but it views the last row repeatively. 
Stef
Telerik team
 answered on 22 Nov 2016
1 answer
152 views

Hi,

I have a chart failed to display properly (turned to black background) in Chrome, but it works for other browser. Any idea about how to fix this?

Many thanks!

Stef
Telerik team
 answered on 22 Nov 2016
1 answer
173 views
we use Html5 report viewer in our web page, it works correct in 10.0.16.204, the toolbar show at the top of the report viewer page in that version. But the toolbar show at the bottom of the report viewer page after we update the report to latest version 10.2.16.1025, we use report viewer template to show the report, I update the template and set the toolbar html tag top of the content tag, it still doesn't work, could you help me fix this issue?
Katia
Telerik team
 answered on 22 Nov 2016
6 answers
234 views

I would like to know ,can i get sample.png style in Telerik reporting R2 2016 and R3 2016(lastest).I use Telerik reporting graph with object datasource to get this column  chart.If can't,how can i know differently this group by month.I also appologize for my english is not good. Thanks.

With Regards,

Shwe Yee

Shwe
Top achievements
Rank 1
 answered on 22 Nov 2016
2 answers
99 views

I am having a hard time getting a report to print to a Brother QL-1060N printer. The printer is using a 1 1/7" wide label roll that can print any length of label and it cuts when finished. Because it is 1 1/7" wide, everything is printed in landscape so that it is laid out properly on the label. However, since the label is longer than it is wide, it is technically Portrait orientation.

 

I have been trying every possible combination of printer settings for PaperSize = 1.14x3.54 or 3.54x1.14, Landscape property of the report = True/False, etc. When I send the report to the printer, it just kills the printer (flashing red light on printer, need to be reset). That error usually indicates an incorrect paper size sent to the printer. I am able to print a test page from Windows in both Portrait and Landscape orientation, but as yet, I have not been able to get anything to successfully print to the Brother printer from a report. Any guidance would be much appreciated!

Brian
Top achievements
Rank 1
 answered on 21 Nov 2016
22 answers
1.2K+ views
Is there any way to intercept the parameters passed to the default ReportsController, using the ReportFileResolver()?

I have some configurable parameters to my report (start date, end date) but I am also passing the UserId, which I would like to not expose to the client and insert the parameter value on the server using the cookie. 

Is this possible?

Thank you.
Stef
Telerik team
 answered on 21 Nov 2016
3 answers
1.1K+ views

Hello, i just started using Telerik and im creating a project using MVC 5, I use the HTML5 viewer using the add item to the project and when i go ahead and do that i select a report i have previously made on the standalone designer but when i try to run it i get the

"Warning: Connection string with name 'Server=127.0.0.1;Database=identity;Uid=root;Pwd=qwerty123;' is missing in the application configuration file."

On the web.config of the MVC project itself i do have that exact connection string, like this:

<connectionStrings>    <add name="DefaultConnection" connectionString="Server=127.0.0.1;Database=identity;Uid=root;Pwd=qwerty123;" providerName="MySql.Data.MySqlClient" />  </connectionStrings>

Can someone help me please? Is there a way i can set up the connection string from where the report will connect to manually somewhere in the mvc project?Been stuck some time with this. Thanks in advance.

Stef
Telerik team
 answered on 21 Nov 2016
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?