I'm trying to use a .pdf file I've added to my project but can't figure out how to get it to show using the webbrowser control. Here is what I'm using to call it:

WebBrowser1.Navigate(Application.StartupPath.ToString + "\report.pdf")
What is the correct way to do this?

-Chris