Telerik Forums
Reporting Forum
4 answers
481 views
Hi,
I want to know if is possible to open Telerik Report Designer with specific Report as parameter from C#, is that possible?
Thank You
gezim
Top achievements
Rank 1
 answered on 22 Aug 2012
5 answers
294 views
Hi,
  I am new to telerik reporting. I want to generate a grid type layout report like that of a table. And i'm setting the data source programmatically using sql queries at run time. Also i need to hide the columns dynamically at run time and to avoid duplicate rows i'm using groups(Parent and Child groups) I used table control which is meeting almost all my requirements except the hiding property ie., visibility. If  I set the data source for the table at design time the visibility property is functioning well. But when I set the data source at run time, even after  setting the visibility property of the columns(ie., text fields) as false its only shrinking in size and not disappearing in my report. Is there any solution for this issue?
Kindly help me with a solution ASAP.
Thanks.....
Steve
Telerik team
 answered on 22 Aug 2012
1 answer
70 views
Good Day

I am trying to build my report, but the page settings are confusing me.

For instance, I have A4 setting, with margins of 1cm, 1.2cm, 1cm, 1.2 (T,R,B,L) with no padding.

In my reportheader I have a Heading and an image. The image is docked to the right. The page width is set to 12.4cm. If I set it any larger my image is displayed on the next page.

So here is what confuses me: An A4 page has a width of 21cm. Removing the margins (L,R) we have 19cm of space to play in. Why can't I set it to anything more than 12.4cm?

Is there a document or a walk thru that can provide detailed information about sizing?

Update: Using Q2 2012 SP1 6.1.12.820. Visual Studio 2010 Pro.



Thank you
Jaco Hamilton-Attwell
Top achievements
Rank 1
 answered on 22 Aug 2012
1 answer
56 views
When upgrading to the latest version.  I now get several warnings about obsolete items in the designer.vb and designer.cs files.  Is there some way to regenerate those files to get rid of the warnings?
Steve
Telerik team
 answered on 22 Aug 2012
6 answers
451 views
Hi,
I have a reportbook that contains a couple of reports.  In addition to them I want to be able to add in already generated PDFs to make one big file.  This is for a quotation system where the quote is generated by Telerik Reporting BUT I need to be able to tack on extra PDFs such as terms and conditions, custom data etc.  

I have the PDFs stored in a database so would be looking at adding them from a memory stream.

Can this be done with Telerik Reporting or will I need to generate the report and then combine all PDFs using some thrid party tool such as iTextSharp?

If Telerik Reporting cannot do it please could it be added as a feature request for the next version - I'm sure that a lot of people would find it useful.

Regards,

Jon
headPropellerHead
Top achievements
Rank 1
 answered on 21 Aug 2012
1 answer
62 views
Hi all,

i just created one report page.. when i create a new report page that time automatically one wizard il appear and i can set my needs from there .. but now its not appear.. when i try to access that from menu bar its shown an error like "An error occurred while processing this command , object reference not set to an instance of an object" why its shown like this., please help.

Regards,

Prassin  
Steve
Telerik team
 answered on 21 Aug 2012
3 answers
611 views
Hi, I want to set a TextBox auto-size.
I know it can be done by using Binding property and user function.
But I also need to serialize this report to xml.
Width.Value is readonly, so I cannot set it's width without using user function.
Is there any other way to do this?
Elian
Telerik team
 answered on 21 Aug 2012
10 answers
193 views
When trying to view the preview of my report in the Telerik-ReportViewer-Control in my application running NOT on my development machine I get the following error message:

"ExtensionParamter Unit on extension type Telerik.Reporting.ExcelRendering.Excel97.ExcelReport, Telerik.Reporting, Version=4.2.10.1110, Culture=neutral, PublickeyTogen=a0d7983dfcc261be can not assign the specific value.

pt is not a valid value for UnitType

Requested value 'pt' was not found."

This message only appears, if the application is not running on the development machine and the report contains data.
If the data-set is empty the report-header is shown.

Both machines (development and test) are running win7 64.

What could be the problem?
Jeremi
Top achievements
Rank 1
 answered on 21 Aug 2012
3 answers
448 views
hi,
  I am creating a pdf using telerik report.i want to apply watermark to that pdf dynamically..is it possible to apply watermark to that pdf file...

Regards,
Narmatha.P
Steve
Telerik team
 answered on 20 Aug 2012
1 answer
350 views
I'm in a bit of a muddle here, these reports worked fine, until I upgraded to the latest Reporting controls. Then I had some DLL issues and ended up uninstalling and re installing again.

The reports sit in a folder and are XML files.
These are deserialised for viewing

We are now getting the error - There was an error reflecting type 'Telerik.Reporting.Report'

This is the code that doe the de serialise:
'Create an XML reader object from the updated string
Using xmlReader As System.Xml.XmlReader = System.Xml.XmlReader.Create(New System.IO.StringReader(xmlString))
 
    'Create the report object and assing it the deserialised report definition
    Dim xmlSerializer As New System.Xml.Serialization.XmlSerializer(GetType(Telerik.Reporting.Report))
    Dim report1 As New Telerik.Reporting.Report
    report1 = xmlSerializer.Deserialize(xmlReader)
    report1.Report.ReportParameters(0).Value = imagePath
    report1.Report.ReportParameters(1).Value = Session("User_GUID").ToString
 
    'Assing the report object to the report viewer
    ReportViewer.Report = report1
End Using

I know its not the latest good practice but changing the serialiser to this

Dim xmlSerializer As New Telerik.Reporting.XmlSerialization.ReportXmlSerializer()
Dim report As Telerik.Reporting.Report = DirectCast(xmlSerializer.Deserialize(xmlReader), Telerik.Reporting.Report)

Gives the new error: - An error has occurred during xml serialization. The xml serializer cannot resolve type with name:

Searching the forum doesn't return any results, so guessing this is a new problem.
Andy

Steve
Telerik team
 answered on 20 Aug 2012
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?