Telerik Forums
Reporting Forum
2 answers
894 views
We cannot determine how to calculate date differences in Expressions (usage example: highlight a row if the Current Date is 7+ days past the Due Date). There appear to be very limited date manipulation functions that can be used in Expressions.
Cecilia
Top achievements
Rank 1
 answered on 07 Mar 2017
1 answer
101 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
122 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
60 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
147 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
300 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
223 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
56 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.1K+ 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
252 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
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
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?