jjj
jjj

Reputation: 605

Insert Chart In Asp.Net using VB.NET

I have in my project a report that calculate some event ...i want insert a chart in this report but its unshown when i complie it ....

its shown like un appernce image :(

RunTime


Application

Thanks in advance

Upvotes: 4

Views: 1286

Answers (3)

brbr
brbr

Reputation: 26

there is no Solution ...!!

Upvotes: 1

Gan
Gan

Reputation: 4947

A few thoughts of mine:

  • In your Crystal Reports 10, can you see the chart show up with all the data correctly (in the Preview tab)? This is critical: If you can't see anything in your Preview, there's no point to troubleshoot it in your viewer application.
  • Your runtime screenshot seems like it is a web application (ASP.NET)? Check whether the web app has the permission to grab data from your database. And whether your connection string is correct.
  • Also, make sure the app has access to the generated image URL / directory.

Upvotes: 0

ykatchou
ykatchou

Reputation: 3727

Are you sure connectString are goods ? I means, probably some configuration files looking for localhost.

I don't know Crystal Reports, but in Reporting Services, you'll see warnings in the Application explaining stuffs like this, otherwise it should be the config.

Upvotes: 0

Related Questions