Telerik Forums
Reporting Forum
1 answer
87 views
Hi,

Can someone please explain how to create a drillthrough action where I can attach a instance reportsource.

I need the parameter from the action, then need to fetch the data from a rest service, create the instancereportsource , then set the data and parameters collection. After that display the drillthrough report.

Is this possible?

Thanks in advance
Hadib Ahmabi
Top achievements
Rank 1
 answered on 02 Aug 2013
1 answer
222 views
Hi

My colleague who is a licensed developer of Telerik Reporting Q3 2012 and I have been trying to compile the solution for the Telerik Reporting but have been unsuccessful using the compiled dlls in Visual Studio.

We have added in Telerik Report Viewer WPF project to the solution and make a build. We then took the dlls to our project which will be referencing the compiled dlls. The visual Studio unables to load the designer for the reports... I have tried to create a new Telerik Report but still can't load...

We tried to add the projects of Telerik.Reporting.Design ... but this gives us more error, asking for Converters project which will then ask for dlls of DevExpress or other third party products...

Is there any build documentation that we can read and make a build that can launch in Visual Studio designer for the reports?

Thanks
tungngie
Elian
Telerik team
 answered on 02 Aug 2013
52 answers
970 views
Now that Mix10 is over is there any news or updates on a end-user designer for Reporting?
Elian
Telerik team
 answered on 02 Aug 2013
4 answers
118 views
Hello guys, I created a report with 03 columns, everything worked perfectly, except that the records were printed vertically from top to bottom filling the first column, before going to the second column.
I would like, if possible, that a colleague could show me how to print the records in ascending order and in the horizontal direction from left to right and below?

For example, see the attached image, I would like to tag printing horizontally 0,0,1, then 2,3,5, respectively.

hugs

Hugo
Elian
Telerik team
 answered on 02 Aug 2013
2 answers
178 views
My textbox borders look good in the Designer and when printing to a printer, but when exported to PDF they are jagged, some bold looking, some not bold looking, etc. One thing I noticed is that when 2 textboxes are right night to each other and one has a right border and the other has no left border, "send to front" and "send to back" will determine how much the right border (divider) of the 2 textboxes will appear. So since my textboxes form the outside border of the entire report and also divide sections within the report. I am getting some lines bold and some lines not bold.

Should I not be using "pt" if the report is primarily getting exported to PDF rather then sent to a printer from the web app.
I already tried sending everything to front, size to grid, and zooming in like crazy on the grid. Still misaligned.

Any tips possible would be great. 

Hunter
Top achievements
Rank 1
 answered on 02 Aug 2013
1 answer
98 views
How can I style the parameter fields?

For example I have a dropdownlist.
The html that created is a input field with size=28 , if I want this to be 40 how can I do this.
Using css I can not seem to access it..
do I have to create a jquery that manipulates this , this seems quite extensive for such a simple thing..
Hadib Ahmabi
Top achievements
Rank 1
 answered on 01 Aug 2013
3 answers
317 views
Hi there,

I have created a new report in the report designer and added report parameters.  See attached file '1-report_parameters.png' to see how I setup report parameters.
I have the report embedded in an MVC4 project using the report viewer.

What I am trying to do is get a handle of the ValueMember (ie. Field.fldBranchID) from client-side, but when I look at the html source, I see the following:

 

<td id="parameterEditorBranchID_ECell1" style="height: 1px;" unselectable="on"><div id="parameterEditorBranchID_valueEditorBranchID">
 
 <select name="parameterEditorBranchID$valueEditorBranchID$ddl1" class="ParameterEditor" id="parameterEditorBranchID_valueEditorBranchID_ddl1">
 
 <option selected="selected" value="TelerikReportingSelectAValueItemValue"><select a value></option>
 
 <option value="Croydon">Croydon</option>
 
 <option value="Dandenong">Dandenong</option>
 
 <option value="Epping">Epping</option>
 
 <option value="Geelong">Geelong</option>
 
 <option value="Hallam">Hallam</option>
 
 <option value="Hastings">Hastings</option>
 
 <option value="Laverton">Laverton</option>
 
 <option value="Mt Evelyn">Mt Evelyn</option>
 
 <option value="North Melbourne">North Melbourne</option>
 
 <option value="Oakleigh">Oakleigh</option>
 
 <option value="Phillip Island">Phillip Island</option>
 
 <option value="Rowville">Rowville</option>
 
 <option value="Taylors Lakes">Taylors Lakes</option>
  
 </select>
 
 </div><script type="text/javascript">
 
 var parameterEditorBranchID_valueEditorBranchID = new SingleAvailableValuesEditor('parameterEditorBranchID_valueEditorBranchID_ddl1');
 
 </script></td>


As you can see, the DisplayMember is listed for both the text and the value.  I would have expected to see the fldBranchID in the option value.

Can you tell me if this is by design and how I can go about getting the fldBranchID from the client-side if not through this method?

Regards,
CH

 

 

 

Elian
Telerik team
 answered on 01 Aug 2013
32 answers
1.5K+ views
Hi Telerik,

Testing product and I like what I see.  I can't wait for the next release.
On the other hand I added the sample proj to one of my test project to see how the report would react.  And this is what I got.  Can you have one of your guru's take a look at my error message and see if they know what going on?  Error message is below.  Thanks

Source Error: An unhandled exception was generated during the execution of the current web request.

Stack Trace: [SerializationException: Type 'Telerik.ReportViewer.WebForms.ServerReport' in Assembly 'Telerik.ReportViewer.WebForms, Version=1.0.0.0, Culture=neutral, PublicKeyToken=a9d7983dfcc261be' is not marked as serializable.]


Pramod
Top achievements
Rank 1
 answered on 01 Aug 2013
3 answers
3.6K+ views
Hi,

Is there any way to display the current date and time when the report generated in a textbox in the report header section?

Thanks,

Steven
Hadib Ahmabi
Top achievements
Rank 1
 answered on 01 Aug 2013
2 answers
388 views
Hi,

I have recently upgraded my Telerik.Reporting.dll and Telerik.ReportViewer.WebForms.dll to latest version i.e. 7.1.13.612. However, after the upgarde, the ItemDataBound events for reporting elements has stopped working. The report renders fine, there is no exception, but itemdatabound is not called. Here is the code for itemdatabound:

private void depInGroupHeader_ItemDataBound(object sender, EventArgs e)
    {
       //Some code here
    }


The element 'depInGroupHeader' is of type 'Telerik.Reporting.GroupHeader' section. I am not sure what's wrong here, but the differences between version that works and current version is:

1. Old Dll version 4.2.11.204
2. Old reporting project was .net version 2.0 and current is .net version 4.5.

Can someone please help with this issue. Its really urgent, as we have a release next week.

Namrata
Top achievements
Rank 1
 answered on 01 Aug 2013
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?