Telerik Forums
Reporting Forum
7 answers
323 views
I need programetically code to create new  document map in my report.
Gunasekar
Top achievements
Rank 1
 answered on 31 May 2012
2 answers
193 views
IDE : Visual Studio 2010
Reporting Version : Q1 2012 (6.0.12.215)

While I'm trying to assign a ReportSource to a sub report, I get "Object reference not set to an instance of an object.". I had googled this error and came upon this Telerik Post saying to run either in preview or set programatically. I tried both.

Preview Pane :

"Exception has been thrown by the target of an invocation. Object reference not set to an instance of an object."

Programmatically :

"One or more parameters are not set or have invalid values."

After seeing the error, I checked all the parameters and everything seemed to be getting/sending a value. After a few more tries, I finally just took out the parameters and set an ID I knew had data in my database and tried running again. Gave me the same error. I then went through and turned on (Debug -> Exceptions) and set to throw all Common Language Runtime Exceptions, but nothing was thrown.
Jacob
Top achievements
Rank 1
 answered on 30 May 2012
1 answer
75 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
154 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
81 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
211 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
298 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
110 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
196 views
How do I export radchart to pdf for winforms? 
Peshito
Telerik team
 answered on 30 May 2012
1 answer
83 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
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?