Can tooltip text values be passed programmatically to Crystal report from .NET? I want to place a tooltip text per every detail row of the report. Each detail row would have a different tooltip text.
Thank you.
What is the proper way to populate data in a subreport. I have the following, and I am getting the error "The report has no tables". The report is tied to a strongly-typed datatable.
Here's where it fails:
reportDoc.OpenSubreport("AnnualELIform2.rpt").SetDataSource(ds.Tables(1))
Thank you.
I have the following as a stored procedure in Oracle:
CREATE OR REPLACE PROCEDURE DCAP.sp_GetRightsAndPrivileges
(p_privileges OUT SYS_REFCURSOR)
IS
BEGIN
OPEN p_privileges FOR
SELECT *
FROM bid_privilege;
END sp_getRightsAndPrivileges;
It compiles...
Hello,
I’m developing a Crystal report using Visual Studio 2005. My datasource is tied directly to the database table.
The database table has the following columns: Group, Subgroup, and CompanyName. Sample data is as follows:
Group Subgroup CompanyName
ABC Example Example Co
ABC ABC...
Hello,
I am building the scheduling of reports using the CE SDK. I got successful, scheduling it to e-mail. Now, when I try to schedule it to printer, followed through the SDK documentation, I get the error below. Any insight will be greatly appreciated.
Thanks!!
Request cancelled by the...
I'm trying to add a report onto CE using the SDK (.NET). Followed through the documentation, and upon getting to the part where I'm adding the Report object data to the InfoObjects collection, I get the error below. I am using the Add method of the collection, supplying the path and filename of...
Hello,
We have an existing .NET application that gives a list of the different crystal reports that are stored in the repository. We are getting this via CE SDK. As of this part, everything is ok. We can open any reports from the .NET app.
Now, what we want to do next, is to be able to open...
Reference: thread782-1270193
Hello,
Yes, I'm going nuts too with this problem. I have a similar problem as with thread782-1270193. I had our DBA grant "ProcessAdmin" access to the DB, and still didn't resolve the issue. As it is now, the account being used not only has "ProcessAdmin" but...
Does CR10 have an equivalent for the javascript eval function. This takes a string argument and return its value.
I'm building a report where the user specifies the fields they want to be included in the report. The columns/fields are not known at design-time. At runtime, I take the column...
Hi,
I’m building a report in CR 10 that takes the following parameters:
• GroupBy (possible values Manager, Tag, Code)
• TopN (possible values Top , Bottom)
• GroupCount (a numeric value)
• Order (descending, ascending)
The GroupBy parameter will indicate what or how groups should be...
How can I instruct the report to display the groups that have the highest summary, taking from the parameter the number of groups that need to be displayed? Please note, that the details of the top N groups should also be displayed
Is it possible to do the sorting of groups and get the top N groups (with the highest/lowest summary), programmatically? The top N number will be a parameter, and so is the order (ascending/descending). I've been trying but have not been successful.
Thanks!
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.