Telerik Forums
Reporting Forum
52 answers
949 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
111 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
164 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
85 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
305 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.5K+ 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
374 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
1 answer
223 views
Hi,

I am evaluating Telerik Reporting tool Q2 2013.1 Trial version

I want to make connection with MySql Database version 5.5.27 but i am unable to see option MySqlConnection may you help on this part to clarify about it??

and also i need the .dll file of MySql.Data.dll version 0.0.0.0 and 1.0.7.30072
i need to download .net Connector with Telerik Repoorting tool version Q2 2013 for that i need dwonloading path'link' with MySql.Data.dll whichever version you are using for connector.net.



Thanks,
Stef
Telerik team
 answered on 31 Jul 2013
1 answer
101 views
Hello,

I have a problem with the ReportViewer toolbar in a DotNetNuke web application, both in Chrome and in IE 10. I am using Telerik Reporting trial version 7.1.13.612. I used the source code from the MVC tutorial. Image attached.
Any suggestions please?

Thanks
Przemek
Stef
Telerik team
 answered on 31 Jul 2013
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?