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

Telerik.Silverlight.ReportViewer Export to Png/JPG

3 Answers 63 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Dhaval
Top achievements
Rank 1
Dhaval asked on 30 Aug 2016, 10:50 AM

Hi Team,

In one of our application , we are using silverlight report viewer.

We have configured to save the report as PDF, Excel , Tiff , etc.

But we are not able to configured to save the report as Png, JPG or GIF .

Can you please guide us , how to configure this in report viewer ?

 

 

Thanks and regards,

Dhiraj Kumar

3 Answers, 1 is accepted

Sort by
0
Stef
Telerik team
answered on 30 Aug 2016, 02:06 PM
Hello Dhiraj,

Please check Configuring Multiple Entries for a Rendering Extension/
Let us know if you need further help.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
Dhaval
Top achievements
Rank 1
answered on 31 Aug 2016, 09:42 AM

Hi Stef,

Thanks for your quick response.

I have written below lines of configuration in web.config file

<configuration>
  <configSections>
 <section
              name="Telerik.Reporting"
              type="Telerik.Reporting.Configuration.ReportingConfigurationSection, Telerik.Reporting, Version=5.0.11.510, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
              requirePermission="false"
              allowLocation="true"
              allowDefinition="Everywhere"/>
   

  </configSections>
  <Telerik.Reporting>
    <Extensions>
      <Render>
        <Extension name="TIFF_CCITT4"
                             type="Telerik.Reporting.ImageRendering.ImageReport, Telerik.Reporting, Version=5.0.11.510, Culture=neutral, PublicKeyToken=a9d7983dfcc261be"
                             description="TIFF file (CCITT Group 4)">
          <Parameters>
            <Parameter name="TiffCompression" value="ccitt4" />
          </Parameters>
        </Extension>
      </Render>
    </Extensions>
  </Telerik.Reporting>

....
</configuration> 

 

-- But after running the application it throws error , I have attached the error file.

Please suggest me how to proceed!

Thanks and regards,

Dhiraj Kumar

0
Stef
Telerik team
answered on 31 Aug 2016, 01:41 PM
Hello Dhiraj,

Based on the provided configuration, you are using an old version of Telerik Reporting - 5.0.11.510 (Q1 2011). Please log in your Telerik account - Downloads - Reporting - v5.0.11.510 and download the CHM file where you can find the settings for that version of the product.

The final configuration should be similar to this one, where the syntax for declaring the Telerik.Reporting section may differ in years.

Regards,
Stef
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Dhaval
Top achievements
Rank 1
Answers by
Stef
Telerik team
Dhaval
Top achievements
Rank 1
Share this question
or