Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Crystal Reports
|
Crystal Reports General discussion about Crystal Reports. For discussions specific to the book Professional Crystal Reports for VS.NET, please see the book discussion forum for that book.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Crystal Reports 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 March 2nd, 2006, 08:54 AM
Authorized User
 
Join Date: Feb 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default external grafic in Cr for VS

Hi,

when I try to input diferent text in text box during runtime its work OK.

boolen DetailsShow;

ReportDocument Report=new ReportDocument();

Report.Load("MyReport.rpt");

TextObject textTitle;

textTitle = Report.ReportDefinition.ReportObjects["txtDetails"] as TextObject;


if(DetailsShow)

{
textTitle.Text = "Show details";
}

But now, I want to show external picture in Report depending on some value in run time mode.

how can I do that ...Is it possible?



Laslo







Similar Threads
Thread Thread Starter Forum Replies Last Post
We have a CR 9.0..... rupen Crystal Reports 0 February 10th, 2007 11:11 AM
Is it VB necessary for CR vijayma Crystal Reports 0 November 4th, 2005 06:53 AM
Is that possible in CR ? filipczako Crystal Reports 2 October 12th, 2005 07:59 AM
italics in CR.NET pajer Crystal Reports 2 October 14th, 2004 05:26 AM
How to Filter Cr 9.0 abdusalam Crystal Reports 0 June 25th, 2004 02:04 AM





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