Telerik Forums
Reporting Forum
1 answer
302 views

I have just recently installed Telerik (10.0.16.2004) reporting running within visual stuido 2015.  

In the report designer I can draw any static controls such as a textbox and the report preview works fine, but the second I add a SqlDatasource to the project, the previewer quits working.  The datasource is correctly configured and returns data in the setup.

Please advise...

 

 

 

 

 

 

Stef
Telerik team
 answered on 09 Mar 2016
4 answers
671 views

Hi All,

I am new in Telerik .

I am creating a report in report designer and taking data from query string from datasource like:-

select Id from table1 where (year(enter_date)=@year)

 

So

1) I have to set a expression in this parameter means show all year in drop down box  in run time and when i select the one year then all report changes according to that.

 Please tell me how to set an expression in this parameter?

 

I have seen the example of dashborad in whichi have seen this parameter of year but didnt get it  from that example.

 

 

 

Thanks,

 

Narender

Narender
Top achievements
Rank 1
 answered on 09 Mar 2016
1 answer
1.0K+ views

Hi All,

I have to show count(employ_id) in Bar chart against month.

In standalone report designer, when i create such chart then it show bar chart count of employe_id in scale but how i can show total value(calculation) on each bar chart on every month.Means to say ,how to show data point value on each bar chart like count of records on bar chart.

 

Thanks,

 

Narender

Katia
Telerik team
 answered on 08 Mar 2016
8 answers
671 views

I have a report which has a table displaying data correlated by week, which has an issue I can't figure out - i'm guessing i have a setting wrong but nothing I've tried to change has seemed to fix it. Also wondering if spacing can be further adjusted. I've attached a file with examples of the output.

 The default is the previous four weeks of data, which renders fine (image one in attached). I would like wider bars on the graph,but I have the spacing slot count at 1 so if nothing else can be adjusted, we can live with it.

Image two shows only two weeks of data available, this is where I'd really like to see the columns closer, and the bars again a little wider. 

Image three is the real issue I need to solve. In this report, only one week of data is available. The bar renders correctly, but as you can see in the image, there are labels across the entire x axis, when there should be only one label for 2/6/2016. It appears the labels are for a year.

My settings for the x axis are:

Layout:

LabelPlacement - NextToAxis

MaxSize - empty

MinSize - empty

Size - empty

Title Placement - Centered

Misc:

LabelAngle - 45

LabelFormat - {0:d}

MajorTickMarkDisplayType - Cross

MinorTickMarkDisplayType - None

MultiLevelCategoryLabels - False

Scale - DateTime Scale

  BaseUnit - Auto

  CrossAxisPositions (Collection) - none set up

  LabelStep - 7

  LabelUnit - Days

  MajorStep - 7

  MajorUnit - Days

  Maximum - empty

  Minimum - empty

  MinorStep - 0

  MinorUnit - Auto

  PositionMode - OnTicks

  Reversed - False

  SpacingSlotCount - 1

 

Thanks for any help,

Tracy

  

Tracy
Top achievements
Rank 1
 answered on 08 Mar 2016
27 answers
497 views
Hello Guys,
 i'm having an issue here, when i made a new culture following these steps: http://www.telerik.com/help/reporting/advanced-localizing-reports.html

The Arabic text is displayed correctly but the problem is actually in the alignment of that text.


The problem is when am switching to arabic culture Leaving it with the default align (left) will be shown in the webpage as it’s right aligned(cuz it's arabic culture) but when exporting or printing u find it aligned to left.

and when changing the align of text to right will be shown in the webpage aligned to left and printed/exported aligned to right.


Can anyone tell me what's going one there?!!!


attatched: - screenshot for the report from the webpage
                 -  screenshot for the report from the PDF.
Stef
Telerik team
 answered on 08 Mar 2016
7 answers
1.1K+ views
I'm using a parameter editor to create calendar controls to select a date range for reports. All reports share the same Index.cshtml page, and hence, all inherit the same calendar controls. Is there a way to limit the selectable date range for individual reports via the Report Designer or would I have to create separate parameter editors for each report?
Stef
Telerik team
 answered on 08 Mar 2016
8 answers
1.2K+ views
Hello there, I have this report that is basically a table with 64/128 elements that I want to show its headers every 8 items as shown in preview_old.jpg, the design mode for the report can be found at design_old.jpg.

The problem is this report breaks into two pages(or more) when I do the html preview, I do not want that, as this report is part of a report book, and creates "ghost" extra report(s) in the list of reports in the report book. Most of my other reports are made with list objects so they do not break in many pages at html preview, ONLY when I do the print preview, which is just fine.

The map of objects for the current report is shown in map_old.jpg

Find the desired report's output at desired_preview.jpg (I did some image editing to get this)

I would like to use a list object of some sort to accomplish something similar, so that the html preview (or just interactive preview) DOES NOT break into multiple pages. 

How do I do that?.


Stef
Telerik team
 answered on 08 Mar 2016
1 answer
153 views

the warning message I am getting is below. I am a novice and I appreciate if you can help me with this. the original code used telerik reporting before 2012 , and I see some changes were made in 2012

Warning 1 'Public Shared Widening Operator CType(report As Telerik.Reporting.Report) As Telerik.Reporting.ReportSource' is obsolete: 'The implicit Telerik.Reporting.Report to Telerik.Reporting.ReportSource conversion is now obsolete. Please, use a Telerik.Reporting.InstanceReportSource object instead. For more information, please visit: http://www.telerik.com/support/kb/reporting/general/q2-2012-api-changes-reportsources.aspx#reportprocessor.'. 

here is the code

Me.SubReport1.Location = New Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0), Telerik.Reporting.Drawing.Unit.Inch(0.000078757606388535351))
Me.SubReport1.Name = "SubReport1"
Me.SubReport1.ReportSource = Me.Items_1prev_3future1
Me.SubReport1.Size = New Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(10.69283390045166), Telerik.Reporting.Drawing.Unit.Inch(1.4924474954605103))

 

 

Stef
Telerik team
 answered on 07 Mar 2016
2 answers
217 views
The trial message is showing on production server, I had trial version installed earlier, then I uninstalled it and installed Full version. Build my solution and moved to production. No message on Dev systems?
Stef
Telerik team
 answered on 07 Mar 2016
2 answers
210 views

Hi

We're adding interactive functionality to our reports and would like to run a javascript function when an item is clicked on. Is this possible?

We've been reviewing report actions and can add a URL link (http://docs.telerik.com/reporting/designing-reports-interactivity-how-to-add-hyperlink) but a much improved user experience can be implemented with a javascript function.

Is there a way to do this?

Thanks

Stef
Telerik team
 answered on 07 Mar 2016
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?