Hi..
I have just finished a project, and then deployed this to another pc. When runnuing my application it comes up with the following error:
Method not found: void crystaldecisions.crystalreports.engine.reportdocument.setparametervalue(System.string, system.object)
I guess there is a file i...
Hi..
If I understand correctly, when I send a parameter to my report, where I have declared a field to be a multiple value, I can send a String Array to that field??
But if I would make me a formula in my report, how can I get a certain value in that string[] that I pass????
My code...
Hi..
I have created a dataset which I send to my report at runtime. The problem is that the data included in the dataset is to big to fit in one page in the report.
I wonder if it is possible to break this dataset up in the report, and ie. have to coloumns in th details section so that the...
Hi..
I have created a dataset which I send to my report at runtime. The problem is that the data included in the dataset is to big to fit in one page in the report.
I wonder if it is possible to break this dataset up in the report, and ie. have to coloumns in th details section so that the...
I made a parameter value called attachment, and made ticked the "Allow multiple values".
I then placed the field on my report.
In my c# app.
string[] String = new String[] {"test1","test2"};
report.SetParameterValue("attachment",String);
The report...
Hi...
1: I just added a parameter field to my report. (string).
Now I want this parameter.value = to an array of string that I set in my application on runtime.
Is it possible???
2: Is it possible to insert a picture at runtime in my report?
|'m using c# and visual.studio.net, crystal report.
I just added a parameter field to my report. (string).
Now I want this parameter.value = to an array of string that I set in my application on runtime.
Is it possible???
|'m using c# and visual.studio.net, crystal report.
Hi..
I created a reprot that include a picture. Sometimes when i want to export this report, I dont want the picture included, but other times I want this picture to be included.
Is it a way to set/delete this picure in my application before I export it??
My app. is written in C#...
Hi..
I'm having problem opening my exported word document.
Word comes up with a file conversion box. when i try to open it..
Hers my code..
fullpathname ="c:\\temp\\rammeavtale.doc";
rapporter.Rammeavtale1 ramme = new rapporter.Rammeavtale1()...
Hi..
I want to generate a report with multiple pages.
What I have is a word document(5 pages), which I want to paste into my crystal report.
When i Export my report into pdf I want this to include the hole report.
I tried to just cut/paste the text from the document into a textbox in my...
Hi.
I have just made myself a new report which include a parameter field. When I use my application, i want to set this field to ie. "John Smith". How??
Is it possible to have a report that contains multiple typedatasets? And how can I set the reports.datasource to contain both...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.