Telerik Forums
Reporting Forum
4 answers
130 views
Just wondering if it'll work for .Net 1.1? can it create charts?
rajesh
Top achievements
Rank 1
 answered on 19 Dec 2007
1 answer
217 views
What facilities are there available in Telerik Reporting to help get an accurately-sized paper-print (or PDF output) when using a WEB report viewer.

I have struggled with a supposedly "A4" report with the MS report viewer.. have put in the correct paper size (tried in cm AND in inches!) - but the PDF output is still completely screwed. (I can't even see a normal 'print' button...)

This has to be a major concern for web developers!

Has telerik 'come to our rescue', and produced something that is as nice as the (windows/desktop) report tools I am used to?

Steve
Svetoslav
Telerik team
 answered on 19 Dec 2007
1 answer
129 views
I am using VS 2005 and I am displaying output of the query in Gridview. How can I display datatable in telerik report. Also the query is depending on users values so I can not hardcore a query.

Please help.... thanks
Milen | Product Manager @DX
Telerik team
 answered on 19 Dec 2007
2 answers
351 views
Hi,

I have a itemdatabound event handler on a particular textbox, based on the value in it I need to set a different textbox. Haven't been able to figure out how to access other textboxes from the event handler.

Thanks,
Bruce
Bruce Hochstetler
Top achievements
Rank 2
 answered on 18 Dec 2007
1 answer
87 views
Hi !
when will the telerik reporting Q3 2007 be available for download ? i am eagerly waiting for the Visual Studio 2008 support.

thanks
Nitin
Trayko Stoilov
Telerik team
 answered on 18 Dec 2007
1 answer
123 views
Hi all,

I'm still evaluating both Telerik RadControls for ASP.NET as well as Telerik reporting for use in an upcoming project. I've liked what I've seen so far in both products.

In RadGrid for ASP.NET, you can export a PDF file from the grid that implements PDF security features (allow/disallow printing, copying, modifying, etc...). While evaluating Telerik reporting, I've been trying to find the same features regarding PDF security, but have been unable to find it in the documentation, the knowledgebase or the forums.

Does this capability exist in Telerik reporting, and if so, where in the object model do I find it?

JE
Rossen Hristov
Telerik team
 answered on 18 Dec 2007
1 answer
193 views
Hi,
    In my project I have one telerik report viewer and two telerik text Editor. Right now for printing the report the user needs to click print button of respective control.
     I am using the telerik text editor for printing the data since telerik reporting tool does not supports html.
Now I want to have a common print button . On clicking it I  want to print text from report viewer , and text from 2 text Editor.
    The user will click on one button and the text from all the controls will get printed.
  For this I found the sample code from telerik forum  http://www.telerik.com/community/forums/thread/b311D-ctegm.aspx)
which suggests to use the following javascript function on print button:
<form id="Form1" method="post" runat="server">
 <script type="text/javascript">
 function printRTB()
 {
   var printIframe = document.createElement("IFRAME");
  document.appendChild(printIframe);
  var printDocument = printIframe.contentWindow.document;
  printDocument.open();
  
  var editorHolderDiv = document.getElementById("editorHolder");
  var theEditorContentHoder = editorHolderDiv.childNodes[0];
  printDocument.write(theEditorContentHoder.innerHTML);
  printDocument.close();
  printDocument.execCommand("Print");
  document.removeChild(printIframe);
 };
 </script>
 <div id="editorHolder">
 <rade:radeditor id="RadEditor1" editable="true" runat="server" saveinfile="false" haspermission="false">test test test</rade:radeditor>
 </div>
 <input type="button" id="btnPrint" OnClick="printRTB();" value="Print">
</form>


Can I print the data from report viewer using the above code?

Thanks,
Rahul
Svetoslav
Telerik team
 answered on 15 Dec 2007
4 answers
195 views
I have existing reports rendered by an aspx page.  Is it possible to convert them to PDF using Telerik Reporting? Similar to this product  http://www.dotnet-reporting.com/html-To-Pdf-Converter.aspx

I hope there's a way...we'd hate to rewrite the reports.  Thanks!
Svetoslav
Telerik team
 answered on 15 Dec 2007
5 answers
225 views
Hi There,

Can you tell me where I can get the source code for:
Telerik Reporting - Design Time Support for Parame

The video shows some code that is pasted in by the presenter and I cannot replicate it.

My License includes the source code element.

Thanks,

Steve Wilson.
Chavdar
Telerik team
 answered on 13 Dec 2007
3 answers
164 views
Hi, I am try to convert a reports from Crystal XI  but the log report give me the following messages at  formula fields 
Error: Error setting Value property: TextBoxConvertor is unable to convert the value of pagina221..

The formula field  contains only a label " Name of File"

or
Warning: Conversion unavailable for Format property of ITextObject.[F11]
Error: Error setting Value property: TextBoxConvertor is unable to convert the value of F11.

the Value of F11  is " Date of "


Can you help me please.


Rossen Hristov
Telerik team
 answered on 13 Dec 2007
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?