Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7804769
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T02:01:57+00:00 2026-06-02T02:01:57+00:00

I need to render html from rdl reports using the LocalReport class, I dont

  • 0

I need to render html from rdl reports using the LocalReport class, I dont want to use ReportViewer for the same. Is there any way i can enable generating HTML.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T02:01:59+00:00Added an answer on June 2, 2026 at 2:01 am

    As far as I know LocalReport cannot be exported to HTML (only Excel,Word and PDF are available). But if you are still interested in export you can use following

    Dim Report = New LocalReport
    

    prepare report the same way as for viewing (Datasource for RDL reports with ReportViewer)

    Dim warnings As Warning() = Nothing
    Dim streamids As String() = Nothing
    Dim mimeType As String = Nothing
    Dim encoding As String = Nothing
    Dim extension As String = Nothing
    Dim bytes As Byte() = Nothing
    bytes = Report.Render(RenderFormat, Nothing, mimeType, encoding, extension, streamids, warnings)
    Using fs As New IO.FileStream(RepPath, IO.FileMode.Create)
      fs.Write(bytes, 0, bytes.Length)
      fs.Close()
      ReDim bytes(0)
    end Using
    

    You can get list of available extensions with Report.ListRenderingExtensions

    ServerReport solution is similar, but more possible export formats is available.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to render an HTML table from a Servlet, in response to an
I need to pass coordinates to javascript from HTML 5 using the data- tag
I want to render some json data using HTML template. I haven't started implementing
Let's just say that I need to render a certain amount of HTML over
I need to render a 1027 * 768 bitmap to the client window (same
Why is there a need to explicitly call GridView.DataBind() to render the gridview. Why
I want to write video filter for Adobe Premiere, and I need to print/draw/render
We are supplied with HTML 'wrapper' files from the client, which we need to
I am using asp.net 3.5 and want to render the contents of a static
I am using JQuery Templates to render a number of tables from a JSON

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.