Telerik Forums
Reporting Forum
3 answers
1.2K+ views
Hi,

Will there be any RDL RDLC support for telerik in the near future?

Tony

Silviya
Telerik team
 answered on 08 Sep 2020
4 answers
522 views

Hi All,

I'm creating a telerik report for an application supporting multiple languages.

One of the labels needs to display value based on some condition - the entry is present in default resx file like below - where text1 & text2 are in english

Key => label.Value

Value => =iif(Fields.someProperty= 1, "text1", "text2")

What is the best way to do this in remaining languages? If this condition changes in future, I don't want to change it in other language files.

Thanks in advance.

Neli
Telerik team
 answered on 04 Sep 2020
1 answer
697 views
Is there any way to add a "Footer" to Grid like Header and print it on every page like RowHeadersPrintOnEveryPage?
Todor
Telerik team
 answered on 04 Sep 2020
5 answers
152 views

Hi Telerik,

We are working on the Web Report Designer tool.We are not able to select the created coordinateSystem as show in the attachment.

As seen we have created the 'polarCoordinateSystem1' but when we try to access this in series then we are not able to find this value in coordinateSystem  drop down in series.

Request to provide the solution.

Thank,

Vikram 

Vikram
Top achievements
Rank 1
Veteran
 answered on 02 Sep 2020
3 answers
454 views
Enhancement suggestion on Telerik Reporting:
    Add "Color Palette" to list of components available on your "Telerik Reporting" components. Then developers could create their custom color palette and then in the graph control among others, allow selecting from the Color Palettes components on the report.
    Currently I have to go into the generated code section of the designer.cs and set my custom color palette for more colors (more than the examples that you provide) with
           
colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(255)))), ((int)(((byte)(0))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(92)))), ((int)(((byte)(25)))), ((int)(((byte)(18))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(46)))), ((int)(((byte)(10))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.Red);<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(177)))), ((int)(((byte)(90)))), ((int)(((byte)(40))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(202)))), ((int)(((byte)(137)))), ((int)(((byte)(104))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(211)))), ((int)(((byte)(191)))), ((int)(((byte)(105))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(203)))), ((int)(((byte)(42))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(180)))), ((int)(((byte)(114))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(21)))), ((int)(((byte)(198)))), ((int)(((byte)(198))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(105)))), ((int)(((byte)(104))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(248)))), ((int)(((byte)(255))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(138)))), ((int)(((byte)(43)))), ((int)(((byte)(226))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.Magenta);<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(255))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.Olive);<br>            colorPalette8.Colors.Add(System.Drawing.Color.PeachPuff);<br>            colorPalette8.Colors.Add(System.Drawing.Color.Blue);<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128))))));<br>            colorPalette8.Colors.Add(System.Drawing.Color.White);

and set the ColorPalette of the graph with the ColorPalette.  I have to do this for each graph control I might have.
Neli
Telerik team
 answered on 31 Aug 2020
6 answers
1.1K+ views

Hi!

How to change colors in the chart? For some reason in my chart only 6 different colors(but 8 sectors, that is, two colors are repeated).

How to fix it? How to change colors in the chart?

Thank you!

Todor
Telerik team
 answered on 31 Aug 2020
1 answer
268 views
Is it possible to read report parameter value from resx?
Silviya
Telerik team
 answered on 31 Aug 2020
3 answers
2.9K+ views

When I Am trying to load the report viewer then it shows the below error .. i am unable to understand 'api/reports/' and 'telerikReportViewerTemplate-html'  where they are located  in my application.

Error loading the report viewer's templates. (Template = http://localhost/MyApplication/api/reports/resources/templates/telerikReportViewerTemplate-html).

Neli
Telerik team
 answered on 31 Aug 2020
1 answer
303 views
I have a report with a parameter of Vendor Number.  Some of these Vendor Numbers have leading zeros such as "004880".  When I run the report and type in this string manually the report works perfect, I get the results I expect.  However, when I pass the parameter through a .net core razor pages website the leading zeros are removed causing the report not to work.  Is there a way to stop the report from removing the leading zeros?
Neli
Telerik team
 answered on 28 Aug 2020
8 answers
1.0K+ views
Hi there,

I'd like to display an image dynamically against each row of a table based on the object in the datasource. Is there an existing example of this being done at all please?

Many thanks, Carl
Todor
Telerik team
 answered on 28 Aug 2020
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?