Telerik Forums
Reporting Forum
1 answer
96 views
How do I export radgridview to pdf with images for winforms? Please help me 
Ivan Petrov
Telerik team
 answered on 30 May 2012
1 answer
172 views

Dear Telerik team ,
      I am using a silverlight report viewer to display a table data i have a requirement where the user need to select the data from the report viewer and copy it to a work or a excel sheet .Is this possible to be supported?

Thanks,
Kiran
Steve
Telerik team
 answered on 30 May 2012
0 answers
101 views
Hi,

I need step by step procedure to create the CrossTab report.

Gunasekar
Top achievements
Rank 1
 asked on 30 May 2012
0 answers
236 views
Hi,

Iam creating Asp ReportViewer to display the Printable Forms.iam doing the customization part so i am saving the report

in my desktop.After modified the report i have to save the modified report in my database.
iam using the following code it saved the before changing .After save the report it does not update my database.

2.How to Create OpenFIleDialog dynamically in aspx.cs Page?

OpenFileDialog openFileDialog1 = new OpenFileDialog();
          if (openFileDialog1.ShowDialog() == true)
          {
              //openFileDialog1.InitialDirectory = "c:\\";
              openFileDialog1.Filter = "txt files (*.txt)|*.txt|All files (*.*)|*.*";
             // openFileDialog1.FilterIndex = 2;
              // openFileDialog1.RestoreDirectory = true;
             // myStream = openFileDialog1.File.OpenRead();
              //openFileDialog1.ShowDialog();
              System.IO.Stream myStream = openFileDialog1.File.OpenRead();
 
              using (System.IO.StreamReader reader = new System.IO.StreamReader(myStream))
              {
                  // Read the first line from the file and write it the textbox.
                  
                  tbResults.Text = reader.ReadLine();
              }
              myStream.Close();
          }
              
                BizFramework.Web.Model.PrintableLayout _printableLayout = new PrintableLayout();
              //  _printableLayout.PrintableLayoutID = 90;
                _printableLayout.DocumentName = "Invoice";
                _printableLayout.SerializedData = tbResults.Text;
                _printableLayout.CreatedBy = "BAOwner";
                _printableLayout.CreatedDateTime = System.DateTime.Now;
                _printableLayout.ModifiedBy = "BAOwner";
                _printableLayout.ModifiedDateTime = System.DateTime.Now;
                dcBusinessAccountingContext.PrintableLayouts.Add(_printableLayout);
                dcBusinessAccountingContext.SubmitChanges();
Parameswari
Top achievements
Rank 2
 asked on 30 May 2012
1 answer
328 views
There are time when i have a null value returned from a SQL Server image field. It is displaying an "invalid image data" error message. What the best way to get around this error message. I using the Telerik Reporting 2012 Q1 version in VS2010.
Steve
Telerik team
 answered on 30 May 2012
1 answer
129 views
Hi Team,
I need step by step procedure to create the drill through report.
Steve
Telerik team
 answered on 30 May 2012
3 answers
218 views
How do I export radchart to pdf for winforms? 
Peshito
Telerik team
 answered on 30 May 2012
1 answer
96 views
Hi Telerik Team, 

We are using telerik reporting in our application.The reporting is working fine on every platform
but we are facing issue when we export our report using Telerik report viewer.on mac.The Exported
data is either not readable or not arranged properly.Only export to PDF and TIFF format is working
fine.Please let us know if you have solution for this type of issue. 

Thanks,
Steve
Telerik team
 answered on 29 May 2012
1 answer
118 views
Hi I am using Telerik Report Web Viewer and have a number of Reports using the Table Report Item. One thing I have noticed is that all Table cells end up with blank space at the bottom. This happens when the alignment is left to the default top / left. Any help would be greatly appreciated. We are trying to help with a request to fit as much information as possible on each page. Thanks.

ISIS
Steve
Telerik team
 answered on 29 May 2012
4 answers
833 views
I am trying to export a report to embed within an email as HTML.  The report is just formatted text but can be quite lengthy (more than a couple pages).  When I RenderReport as PDF, it exports as expected.  When I RenderReport it renders what appears to be only one page.  I saw that there is Telerik.Reporting.Processing.ReportProcessor.Render that may render more than one page but it is Obsolete.  What is the appropriate process to export the html?

Thanks. 
Kelly Harris
Top achievements
Rank 1
 answered on 29 May 2012
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?