473,385 Members | 1,445 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

dynamic picture in report( vb2005)

move picture in crystal report by programing
Mar 6 '07 #1
3 1337
vijaydiwakar
579 512MB
move picture in crystal report by programing
post this question in dotnet forum
Mar 6 '07 #2
willakawill
1,646 1GB
Hi. I am not sure that you can do this because of the nature of crystal reports. The layout of the report is done in a designer. It may be possible to automate a designer. I don't know. Try a google search for designer automation
Mar 6 '07 #3
If you want to change height width or top left of picture on run time in crystal report you can done through code like as (but code is for vb6 and crystal report this for only may be you can get any idea from it)

Expand|Select|Wrap|Line Numbers
  1.  
  2.  dim rpt as new DSRrpt [embeded report]
  3.  
  4.  rpt.[objectname].top=???
  5.  rpt.[objectname].left=???
  6.  
  7.  
Mar 7 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: thomasp | last post by:
The following code opens a form that displays a report in a webbrowers control when used with VB2005 beta. When the same code is used in VS 2005 RC the form never opens. I am having problems with...
7
by: guy | last post by:
Has anyone any experience of the conversion wizard for VB6 to VB2005? if so how good is it? also how does it handle database related conversions i.e is ADO converted to ADO.NET etc. the project...
10
by: Galen Somerville | last post by:
Going from VB6 (RAD) to VB2005 (SAD) The documentation always shows graphics drawing in a paint event like Private Sub Pictcolor_Paint(ByVal sender As Object, ByVal e _ As...
6
by: gene kelley | last post by:
If I reset the ToolBox, all the ToolBox Icons are correct. Over time, though, and starting from the top, the icons change to a particular icon, usually the icon for a combobox. The rate of change...
5
by: edo66mhz | last post by:
hi all! im new to vb2005.how i want to build a report in vb2005?is there any 3rd party report generator for vb2005?
12
by: Rajib27 | last post by:
Hi I am using VB2005 As Font end and Sql server 2005 express edition as Back end. I want to get direct Printout from VB2005 Using Crystal report. I want 3 reports to print out on a click Original...
5
by: Rajib27 | last post by:
Hi I am using VB 2005 as font-end and sql server 2005 express edition as Back end .I want to load image from database to crystal report from VB2005 .Can anybody help me.....
2
by: snb | last post by:
I want to make a bar graph in VB2005. I made it in VB6.0 by picture1.line (x1,y1)-(x2,y2) in side a picture box. But in VB2005, it's showing an error that "Line" is not a member of "picture1". ...
1
by: tlee | last post by:
Hi, How can I use VB2005 Express + SQL2005 Express to create a report? I cannot find the function "report viewer" in VB2005 Express edition. I just find the Visual basic power pack and use...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.