How can i format quantity value in crystal report like if the value is 5, then just show as 5. If the value is 5.25, then show as 5.25. So which format should i use for that?
Thanks.
I Have a Problem for view Application Reports in XBAP Partail Trust . because of using xbap in Partial trust, can not use windowsFormsHost.
Is there is a way to view report in XBAP Application? (rdlc || Crystal || etc.)
I have a Direct3D 9 application and I would like to monitor the memory usage.
Is there a tool to know how much system and video memory is used by Direct3D?
Ideally, it would also report how much is allocated for textures, vertex buffers, index buffers...
How can I disable the Excel export option when I generate a report, via the ReportViewer, in my winforms application?
ADDITION:
In particular, I want to hide the toolbar button that refers to Excel output/export task.
Today I researched about reportviewer to use it in my project. As I see the samples and tutorials in the web, We should create an dataset file to Solution Explorer and bind it to report viewer to show data.
However I want to create dataset programatically like sample code below. And I want to bind it.
Dim ds As New DataSet
DB_Gateway.myDataSet("select * from users", ds, "users")
How can I do it?
Hi,
I'm working on an old site that needs to be optimised, I've installed Refactor! and its coming up with lots of recommendations, including lots of instances where objects aren't disposed off. Is there a way to create a report of these recommendations or another tool that I could use?
Thanks,
Chris.
Is there a way to (easily) generate a HTML report that contains the tests results ? I am currently using JUnit in addition to Selenium for testing web apps UI.
PS: Given the project structure I am not supposed to use ANT :(
i have C# program that works with Oracle 11g
when it works on my computer all works excellent
but when its run on the customer computer - the connection to Oracle work good
but when i try to run any Crystal-Report i get this error:
Could not load file or assembly
CrystalDecisions.windows.forms.version = 10.5.3700.0.
culture = neutral.publicKey Token = 69fbea5521e1304 or one of its dependencies.
The system cannot find the specified
thank's for any help
here's the design view of my report:
how do i force it to print only one set of these per page, because currently it is printing like this:
i want it it print only one set of these controls per page
If there is a foreach loop that contains DataContext.Customer.InsertOnSubmit(cust) for example:
foreach (Object obj in collection)
{
Customer cust = new Customer
{
Id = obj.Id,
Name = obj.Name
...
};
DataContext.Customer.InsertOnSubmit(cust);
}
And outside of the loop there is a call to:
DataContext.SubmittChanges();
Is there a way to obtain the SubmittChanges progress in order to report the progress back to the user (or a different approach without moving the SubmittChanges into the loop)?
I want to call crystal report in php.
now after searching i reach at that point that it is possible through COM object
but now one error is created which is
Fatal error: Call to undefined method com::OpenReport()
so how to remove it
I'd like to be able to produce a HTML based report from the Results.trx and data.coverage files that MSTest creates. Ideally this would just list any failures, and show some basic coverage stats.
Does anyone know of a tool that does this?
I need to generate reports in my PHP website (in zend framework)
Formats required:
PDF (with tables & images) // presently using Zend_Pdf
XLS (with tables & images)
DOC (with tables & images)
CSV (only tables)
Please recommend robust and fast solution for generating reports in PHP.
Platform: Zend Framework on LAMP
I know there are some tricky solutions for creating such reports, i wonder is there any open source report generation utility that can be used with LAMP environment
I came across this recommendation for reading the C++ report magazine. However, when I searched for it, i realized it has become defunct.
Can someone please recommend me some other magazine / rss etc which is of the same genre ? I look forward to read more about some of the elusive and other C++ techniques that veterans are using in the field.
I came across Dr. Dobb's journal - C++ feeds and I think they're pretty good too. Subscribed++
Thanks!
Hi,
Is it possible to generate word documents (*.doc) in java web application using Eclipse BIRT (Report Engine)? I want .rptdesign to be an input file in generating process. I could not find any example or tutorial.
What would you recommend as an alternative solution. As far as I know Jasper Reports allow only RTF format generation.
Thank you for your answer/explaination
I'm trying to obtain the Oracle package name used for a Crystal report data source using .NET code.
I have obtained the procedure name, but for some reason I can not find the package name.
Dim rpt as new ReportDocument
rpt.Load(filename)
Dim procedureName As String = rpt.Database.Tables.Item(0).Location
Dim DataSourceAliasName As String = rpt.Database.Tables.Item(0).Name
Currently using .NET Crystal Decisions version: 10.5.3700.0
How I can create a crystal report in php kindly guide me so that I can make it possible. I have tried a lot of code and tutorials but un-usefull for me.
I tried to remove some classes from the cobertura report as
But this doesn't work.....
Do I need to change something else too..
Please help me, I am struggling with this for past 1 week....
Is there any way I can find the rank of a set of values in Microsoft Reports?
For instance, in order to produce a table like the one below, what function/formula do I enter in the Rank column?
+------+-----+
|Value | Rank|
+------+-----+
| 12 | 3 |
| 30 | 5 |
| 5 | 1 |
| 10 | 2 |
| 24 | 4 |
+------+-----+
Update
Values in the value column are produced from calculations on the report-side so I cannot find the rank using a query.
How can display two detail section's data after completion of first detail section in crystal report of vb2005 like
detail of first detailsection
#one row.........................."
#second row........................."
#three row.........................."
detail of second detailsection
#"one row.............."
#"second row..............."
#"data of third row.............."
Hi,
Is there any way of running the $ORACLE_HOME/rdbms/admin/awrrpt.sql so that it doesn't require any input parameters, as in automatically collects a report for the previous hour?
/j
Im using crystal report in asp.net....I have create parameter fields to get input....Consider if i create numeric parametere field then i have to validate that particular field if user enter other than numbers how?
Hi all,
in my Crystal Report have a Page Header(section Page Header "a" and Page Header "b") and Groupe Header #1 and #2
My problem is, I want to hide Page Header "a" when Group #2 have more records, I want to print records next page without Page Header "a"
Please reply me , its an urgent one..
Thanks in advance