 |
|
 |
This was excatly what i wanted.
However, i have one problem. Column names are missing. how can i display the column names?
Thanks
|
|
|
|
 |
|
 |
Hey manjula,
great article, its so easy and work perfectly
done lot of googling after that when i found this article, i tried it n its works
thanks n regards
narendra singh(jtv)
|
|
|
|
 |
|
 |
Hi...I m hemant working as software Eng in mumbai...i search so many sites for the same result but unable to get the same.I got u r application and i use it as refrence i m very happy by getting the result.Keep it up..
|
|
|
|
 |
|
 |
I am getting an exception to run this sample .
LoaderLock was detected
Message: DLL 'C:\arup\Dynamic Crystal Reports\bin\Debug\CrystalDecisions.CrystalReports.Engine.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or image initialization function since doing so can cause the application to hang.
Please help !!!
|
|
|
|
 |
|
 |
thx for code source it's helpfull
|
|
|
|
 |
|
 |
Hi,
First of all, i would like to thank for a very good article.
I have a question, what if i have a data that has a width larger than the field width i have set during the design time.
How can i adjust the field width.
thanks
|
|
|
|
 |
|
 |
Hi
Its working fine . suppose if selected 2 check boxes("CustomerCode,FirstName) its displays like
CustomerCode FirstName
100 Majula
but i want to display(align) ceneter of the page which columns i have selected like below example
Is it posible at runtime?
Please help me.
Thanks
Murali.
|
|
|
|
 |
|
|
 |
|
 |
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
|
|
|
|
 |