Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 24th, 2004, 07:30 AM
Authorized User
 
Join Date: Feb 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default import Cristal report in resx file

I want to import Cristal Report in exe file ...i'm thinking making a resx file in solution and from that I will import CR ...
IS it posible end how?

 
Old March 1st, 2004, 07:38 AM
Authorized User
 
Join Date: Feb 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I want to explain my problem ...So I use Cristal Report for Visual Studio 2003
I want to include report in exe file....so on buton clik event I open new form and on it I have cristal viewer and set report source ...
on some dummy application and it work but on real application I get error message
"Unable to find the report in the manifest resources"

My code is:

MyForm form=new MyForm();
CrystalDecisions.CrystalReports.Engine.ReportDocum ent report=new ReportDocument();
report=new stockStateCR();
form.CRview.ReportSource=report;
form.ShowDialog();






Similar Threads
Thread Thread Starter Forum Replies Last Post
How to import word file in Data report in vb Subuana Beginning VB 6 0 April 3rd, 2006 06:20 AM
Edit field in Cristal report lpastor Crystal Reports 0 December 5th, 2005 07:15 AM
Make IE use fi resx file smiller ASP.NET 2.0 Professional 1 December 4th, 2005 06:25 AM
Guide about Cristal report and C# thomaz C# 2 August 22nd, 2005 12:27 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.