Telerik Forums
Reporting Forum
1 answer
130 views

Hi,

I have to meet some requirements for a client:

1) Add different color bands in the chart to separate different levels.

2) Add the possibility to have multiline label on the axis. 

See the image in attachement.

 

I would like to know if it is possible to achieve that with telerik reporting graph.

Ivan Hristov
Telerik team
 answered on 22 Aug 2017
4 answers
79 views
I've never used the Telerik Reporting functionality, and before I delve into it too deep, I'm wondering something about capability.  All our apps, C# MVC apps, do not ever connect to a database.  We have a service layer, a C# REST API, that all our applications connect to, authenticate against, and retrieve data from.  Is it possible, using the Telerik Reporting functionality, be able to build a report using Lists?  Says a List<Invoice> where Invoice is a complex object containing header data, and a List of detail line item data?  If it does allow for this, where can I find some good examples or documentation on how to implement this?  Or does it absolutely have to connect to and use a database directly?
Peter
Telerik team
 answered on 21 Aug 2017
1 answer
1.5K+ views

Hello,

 

I'm using report designer to build my report, the value comes from the database 1 for male and 2 for female, How can I make it appear as Male or Female ?

I tried a replace in RDLC and it works but not working on telerik

this is the formula I used in .rdlc file:

=Replace(Replace(Fields!Gender.Value,"1","Male"),"2","Female")

Mando
Top achievements
Rank 1
 answered on 20 Aug 2017
1 answer
111 views

Hello,

I am trying to integrate the HTML5 ReportViewer in an existing web app. The problem is that the REST Api is stored on a different server. So, when the Viewer tries to use relative addressing in urls, it causes incorrect url generation. Is there a way around this?

Squall
Top achievements
Rank 1
 answered on 18 Aug 2017
3 answers
146 views

Dear Sir/Madam,

We have created a cross tab report with a few columns as attached image. But, we I set sorting expression to cross tab header to order columns it seems does not working.

 

Column values -> 1,4,5,6,M,S,9,5.6

We have to order this column like  -> 1,4,5.5.6,6,9,M,S

 

Todor
Telerik team
 answered on 18 Aug 2017
1 answer
807 views

Hello,

I am using Teleril Report version 11.1.17.503. When i export the report to csv format the headers in the csv files shows textbox1, textbox2, textbox3 onwards. i searched for similar issues on Report Forum and found one solution where you guys have suggested to set NoHeaderText to true in web.config file. i have applied that changes but still when i export my report into csv format it shows textbox1, textbox2 onwards. the changes i made in web.config file is as mentioned below:

 

  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="CSV">
          <Parameters>
            <Parameter name="NoStaticText" value="true"/>
          </Parameters>
        </Extension>
      </Render>
    </Extensions>
  </Telerik.Reporting>

i followed instructions from this page http://www.telerik.com/support/kb/reporting/details/configuring-the-csv-rendering-extension

I really need to how the headers as actual name i specified in report.

 

Kind Regards,

Savan K. Parmar

Nasko
Telerik team
 answered on 18 Aug 2017
3 answers
917 views

Hi,

 

I'm new to Telerik Reporting and I'm trying to add a control to an existing report that will expand/collapse the group below.  See attached pictures.  The first one is the current report and the second one is what I'm trying to accomplish.  When the check box is checked, all of the groups below would be expanded.  When it's selected again, all of the groups would collapse.  I've tried several things and looked around the internet for a similar case but haven't been successful.  I think I can do this by creating a totally separate report with different defaults (all expanded or all collapsed) but I was wondering if it's possible to add a checkbox (or some other control) to the existing report that would accomplish the same result.

 

thanks-

Jim
Top achievements
Rank 1
 answered on 17 Aug 2017
1 answer
130 views

Hello,

Im using Telerik reporting, after i design the report i can preview with parameters and everything works fine but after debugging from Visual Studio 2013 (an ASP.NET MVC5 app) in browser i cant make filters using parameteres, parameters are always NULL.

Katia
Telerik team
 answered on 16 Aug 2017
3 answers
151 views

Hi,

Can you please guide me why a i getting following error while binding y-axis maximum property. 

"An error occurred while invoking the setter property to 'Max size' of type "Telerik.Reporting.Drawing.Unit"

attached error for reference -

I am followig steps mentioned in following article:

http://docs.telerik.com/reporting/graphhowtousebindingstocontrolcsproperties

Katia
Telerik team
 answered on 15 Aug 2017
3 answers
261 views
Hi,

how i can do mail merge through telerik reporting?

Regards,
Syed
Todor
Telerik team
 answered on 11 Aug 2017
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?