This is a migrated thread and some comments may be shown as answers.

RadSpreadProcessing-library and PivotGrid

1 Answer 107 Views
PivotGrid and PivotFieldList
This is a migrated thread and some comments may be shown as answers.
Alexander
Top achievements
Rank 1
Alexander asked on 17 Jun 2016, 05:30 AM

Hi,

I'm currently setting up a PivotGrid where I want to be able to export the content to Excel and PDF.

I'm using the RadSpreadProcessing-library for this, and this works great locally (http://docs.telerik.com/devtools/winforms/pivotgrid/exporting-data/spread-export).

 

However, when the build is sent to the build server, I get an error that it's missing an assembly reference for "The type or namespace name 'SpreadExportRenderer' could not be found (are you missing a using directive or an assembly reference?)"

 

I've included all the assemblies mentioned in the link above, what am I missing? is the SpreadExportRenderer found somewhere else?

 

 

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 17 Jun 2016, 07:27 AM
Hello Alexander,

Thank you for writing.

The SpreadExportRenderer class is defined in the Telerik.Export.dll assembly. Please make sure that the solution on the build server indeed has a reference to that . The required assembly references are specified here: http://docs.telerik.com/devtools/winforms/pivotgrid/exporting-data/spread-export.

In case the references in your project are not set to Copy Local, they will be added from the GAC. If that is the case you can install the assembly in the GAC of your build server using the https://msdn.microsoft.com/en-us/library/ex0ss12c(v=vs.110).aspx.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
Telerik
Check out the Windows Forms project converter, which aids the conversion process from standard Windows Forms applications written in C# or VB to Telerik UI for WinForms. For more information check out this blog post and share your thoughts.
Tags
PivotGrid and PivotFieldList
Asked by
Alexander
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or