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.
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
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);
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!
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).
Hi,
I am creating a html page with a Sample report by following the steps mentioned in "Configuring the HTML5 Report Viewer to work with Report Server using Item Templates" using VS 2017.
When i run the application using VS Code(HTTP-SERVER) or VS 2017, the Report is not rendered in Chrome browser. But the same works in IE 11 and the report displays perfectly without any issue.
PFA; Screenshots attached.
Please advice.
Thanks,
Balaji.V