Telerik Forums
Reporting Forum
1 answer
98 views

Hi Telerik admin,

I assume I have a textbox in Reporting, and I customize in Databinding events, like below:

private void textBox9_ItemDataBinding(object sender, EventArgs e)
        {
            var textBox = sender as Telerik.Reporting.Processing.TextBox;
            if (textBox != null)
            {
                var myLink = new NavigateToUrlAction
                {
                    Target = UrlTarget.NewWindow,
                    Url = "https://www.google.com"
                };
                textBox.ItemDefinition.Action = myLink;
            }
        }

In old version, after binding, this work. I can click in my textbox. But, after upgrade to laster version. It doesn't work. I've debug in new version, everything seem ok, but after that, I can't click my textbox. Can u help me ?

Thanks

Katia
Telerik team
 answered on 07 Mar 2017
0 answers
115 views

I am working on MVC application where Telerik Reporting is integrated. We are using Azure cloud service to deploy. We are facing issue with font "Open Sans". The issue is, some times the font of some text box get change to Times New Roman or Serif font. This issue is intermittent.

Is there any specific way we should include font in Telerik Reporting service?

Vikram
Top achievements
Rank 1
 asked on 06 Mar 2017
0 answers
58 views

Since Kendo forums are closed for peasants, i'll try to ask here. 

The task is to get all needed data (dataItems) for further post request by draging element from grid to treeview (some file manager logic - change directory). I managed to get grid dataitem by getting uid, but i can't find "li" uid, only treeview's uid. Is the any way?

Thanks.

$("#...").kendoDropTarget({
            drop: function (e) {
                var sourceUid = e.draggable.currentTarget.data().uid,
                      destinationUid = ?    

 

I managed
I managed
Владимир
Top achievements
Rank 1
 asked on 03 Mar 2017
1 answer
146 views

Can anyone help me  with this error in the togllevisibility of the columns, please?

Video attached.

Katia
Telerik team
 answered on 03 Mar 2017
1 answer
294 views

im trying bind textbox bottom border

Property path : Style.BorderStyle.Bottom

Expression: =IIf(Parameters.FooterNamesCount.Value=3,Solid,None)

textbox bottom by default set none. But when parameter =3 bottom border not changed.

 

 

 

 

 

 

 

Katia
Telerik team
 answered on 03 Mar 2017
0 answers
216 views

when creating the report parameter with auto refresh property = false
a Generate button is added to the report UI automatically for triggering the update. An example is attached.
Is there a way to move the 'Generate' button up, closer to / just below the EndDate textbox so that the user can clearly acknowledge the button needs to be clicked for getting the update.

Thanks,
Jerry

Jerry
Top achievements
Rank 1
 asked on 03 Mar 2017
0 answers
55 views
Some of fields may have values that is wider than column width, and i do not want this value text to be wrapped or multilined. How to change font size automatically so that the value is shown obviously without padding out?
Ahmed
Top achievements
Rank 1
 asked on 02 Mar 2017
7 answers
6.0K+ views
Hi
In my report. There're few fields in a Table which value is 0
but i want let it display nothing(like "") when User Preview.
because there are 10~20 Report in my Project.and in each Report. there are 3~5 Table in Each Report.
so~ is any solution can solve my problem?

below is my printscreen. hope to let u know my question.
http://ppt.cc/pr@y
if picture failed.plz tell me.
Ahmed
Top achievements
Rank 1
 answered on 02 Mar 2017
3 answers
247 views

I am looking for an example on how to show the percentage difference from one column to the next in a crosstab.

I have a report that shows sales per month in dollars. For each month, I have added an additional column to the right that should show this value.

Hown can this be done? Everything points to some custom code which is not acceptable for my situation.

Example. 

January   February    March 

$100  0%  $120  20%  

Stef
Telerik team
 answered on 02 Mar 2017
2 answers
150 views

Telerik Report Designer – Does *not* collapse empty sections.  I can use Expressions and Conditional formatting to blank out certain detail records or fields, for example, but the final report leaves an empty gap; it does not “collapse” the suppressed section.

Stef
Telerik team
 answered on 02 Mar 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?