Telerik Forums
Reporting Forum
6 answers
334 views
Hello, 
We have encounter an issue while exporting a Report, may be someone can advise us here.

Issue: While binding the data to Report Table fieldset , for one of the column we are showing only limited initial chars 
for better view. e.g. Substring(Fields.Note,0,20)

However, If we export the report into excel, the same text gets exported as it gets renders. i.e only 20 chars.
Is there a way to export the entire text for that column without getting cut short?

We use telerik reporting V8.2.14.1204
See attached image for better understanding.

Thanks,
Nitin

systems
Top achievements
Rank 1
 answered on 13 Jun 2016
1 answer
141 views

I'm essentially new to the Telerik reports, I've fixed a few reports, but that's the extent of my knowledge. I'm looking for recommendations on how I can implement them. Here's what I was thinking but I have no idea where to start.

  • I'd like to be able to build a report as a standalone .
  • Drop it into a directory
  • Have my application be able to read up enough information to figure out the name of the report
  • Then be able to execute it from a menu.

Essentially I'm trying to get to a point where I can dynamically add reports to the environment without any need to modify the application. Any suggestions are welcome.

Stef
Telerik team
 answered on 10 Jun 2016
1 answer
187 views

How can I populate the display members and value members in the designer.

I found this in the net:this.

ReportParameters["MyReportParameter"].Value = new string[] { "one", "two", "three" };

 

to populate the display members, how can I populate the value members from with 1,2,3

Katia
Telerik team
 answered on 10 Jun 2016
1 answer
74 views

I create a report in the designer and the headers and records are repeating.

For example I have 10 records and they are repeating over and over

How I can avoid that?

Katia
Telerik team
 answered on 10 Jun 2016
6 answers
176 views

Hello I'm having difficulty in creating a report with two logical pages in one physical page . Initially performed the following steps to divide the report into columns ( logical pages ) : - In the properties of my report I went on settings page and set two columns. Added the table to display the data and is not continued in the second logical page . Its continuation is of the second physical page and the data is only displayed in the first column of the report . I do not know what to do . Thanks in advance.

 

Katia
Telerik team
 answered on 10 Jun 2016
2 answers
312 views

Hi there,

I am trying to set picturebox with an image in telerik reporting, but I found that image in picturebox becomes fuzzy while the original image(resides on local) is quite clear. I don't understand, why it become fuzzy when I set to picturebox. I have tried to use high qulity image, high DPI Image but didn't work any of these. Every time image is fuzzy. I have attached the original image and the snap-shot of screen where pictureBox is set alogn with its properties on right most of the snap. Please provide every possible solution that would be helpfull.

Stef
Telerik team
 answered on 10 Jun 2016
3 answers
1.4K+ views
Hi,

After the upgrade to the latest version I am now getting the following error:

Unable to cast object of type 'TimeAndAttendance.TimeAndAttendanceReport' to type 'Telerik.Reporting.ReportSource'.

This happens when I do the following.  This is bastardised code from the system but enough to generate the error.  

I am assuming and hoping that it's something simple to fix...

Regards,

Jon

    Dim report As TimeAndAttendance.TimeAndAttendanceReport = New TimeAndAttendance.TimeAndAttendanceReport()
    GenerateAndSendReportByRequest(report)
 
 
 
Public Shared Sub GenerateAndSendReportByRequest(ByVal report As Telerik.Reporting.IReportDocument)
    Dim reportProcessor As New Telerik.Reporting.Processing.ReportProcessor()
    Dim deviceInfo As Hashtable = New Hashtable()
    deviceInfo("FontEmbedding") = "Subset"
    Try
        Dim result As Telerik.Reporting.Processing.RenderingResult = reportProcessor.RenderReport("PDF", report, deviceInfo)
    Catch ex As Exception
 
    End Try
 
End Sub
Stef
Telerik team
 answered on 09 Jun 2016
1 answer
76 views

create a new windows forms application project.  

Add new item.  

select "Telerik Report R2 2016 Important Wizard"

select "CrystalReports"

browse to my crystal report (nothing fancy, no subreports or anything)

click "Next"

 

The conversion begins, but VS stops working and restarts.  sometimes it it crashes at the beginning of the conversion, but sometimes it gets about halfway(I suppose) done and crashes.

 

I have updated my devenv.exe.config to relect my Crystal XI installation.  I also tried a few different project types including ASP and windows forms.  None have had any difference in the result.

Stef
Telerik team
 answered on 08 Jun 2016
1 answer
231 views

Hi,

I would like to know if it's possible to hide elements when printing.

Scenario:

I have a report consisting of a table. One of the columns in this table have a link that I do not want to show when printing the report. Is this possible?

Thanks.

Katia
Telerik team
 answered on 08 Jun 2016
3 answers
203 views

Hi,

 

I have a horizontal bar graph, with varying amount of data in it. Is there any feature or property I can set, either in code or within the reportviewer directly , so that the graph.container will resize accordingly?

Thanks in advance!

 

Regards,

Shreyas Menon.

Stef
Telerik team
 answered on 08 Jun 2016
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?