 |
|
 |
Thank you! Hope you will provide more interesting example like that.
AS84
|
|
|
|
 |
|
 |
Dear All,
In crystal report must I decide on the paper size which I am going to use. Because I want to to have quite a lot of columns so what is the best solution? Thank you.
|
|
|
|
 |
|
 |
Thanks man i was looking all over for such code. i almost gave up on crystal report.
|
|
|
|
 |
|
 |
hi i am using two div in one div the selections(check box) and i another div i used the CrystalReportViewer to display the report.As the report is displayed in click event so the export or print of the report is not working...
|
|
|
|
 |
|
 |
Thanks for sharing. It was very useful to me.
|
|
|
|
 |
|
 |
Article is not complete or entirely accurate.
|
|
|
|
 |
|
 |
thx for this program.its help me.
|
|
|
|
 |
|
 |
Hi Manjula,
Thanks a lot for this usefull article.
However im wondering weather it is possible to add charts dynamically on such a report ???
Thanks.
|
|
|
|
 |
|
 |
I'm trying to build a list dynamically at runtime for the user to select from, that will have both a value and a description.
I can set the value:
ParameterDiscreteValue myVal = new ParameterDiscreteValue();
myVal.Value = "33";
myVal.Description = "Test";
myParameter.DefaultValues.add(myVal);
But the Description field doesn't get populated, and any default Description information already there gets lost.
Also, while debugging through the myParameter.DefaultValues it extracts the correct Value, but the Description item is always "".
Is this a bug with CR in VS2005?
|
|
|
|
 |
|
 |
hi all.please am trying to use a report document to display datas gotten from the dataset but the records wont show the required amount of fields displed fru
stay jacking
|
|
|
|
 |
|
 |
Dear All,
Now I have managed to come out with my dynamic columns. The problem arises when I want to draw horizontal and verticl lines between them ? Can one body suggest something ? Thanks.
|
|
|
|
 |
|
 |
hi
i follo your step but problem is that report not sho data
|
|
|
|
 |
|
 |
I followed your instruction, just changed the connection string and table for SQL server 2005 express edition. The report comes well, but no data is shown there!
How can I solve this problem... if you got any suggestion it will be my pleasure.
|
|
|
|
 |
|
 |
I do follow you, but when i connect by SQL2000,data in dataset doesn't show on report.You can help me to do this problem
|
|
|
|
 |
|
 |
Please how can I add fields dynamically (by the code) to the report
|
|
|
|
 |
|
 |
After adding a new parameter to the report, I can clearly and successfully view the report. When printbutton is clicked, it produces the following error..
CrystalDecisions.CrystalReport.Engine.ParameterFie ldCurrentValueException:
Missing parameter values.
Could you help me to the problem?
Ansaf
|
|
|
|
 |
|
 |
Hi,
Could you tell me, Crystal report license is needed to use above sample in commercial distributaion. Since we change the "SQL query" at runtime.
Thanks
Sai
|
|
|
|
 |
|
 |
I think license is no need. Since this Crystal report work using crystal report DLL which comes with visual studio .net.
Happy coding..!
|
|
|
|
 |
|
 |
When i put in it some lines, how could i change their length ?
thanks
modified on Monday, January 28, 2008 8:55:32 PM
|
|
|
|
 |
|
|
 |
|
 |
Excelente artículo, me ayudo bastante, muy bien!
disculpe mi inglés.
**********************
Excellent article
Helped me quite
Very good!
Excuse my English.
Ericks28
|
|
|
|
 |
|
 |
hi
i have a requirement in which i want to generate report against some parameter which is supplied at run time.
that is i want to create a reort that is total independent of wizard
such that i can pass sql through forms and this query is used by crysatal
report to generate dynamci columns without depending on wizard
|
|
|
|
 |
|
 |
hi,
ur requirement is to select parameters(for eg: from dropdown list)
& generate the Reports.
if is it right.
then i wil help U.
Thanks
|
|
|
|
 |
|
 |
i hav that requirement
plz tel m how
|
|
|
|
 |
|
 |
Hi manjula.
Am from Srilanka.
I want to know how the MS SQL query and the code would be, if I want to update the retrieving Dataset from SQL server to the Dataset1. Never worry about connection strings and other things.
jee
|
|
|
|
 |