I have a Crystal Report in Visual Studio 2008 (C#).Its da开发者_JS百科tasource is set programmatically at run-time to a .NET list, defined as follows:
SUBSTRING(SLAC_CNTRL_ACNO, 3, 4) how can i use this qu开发者_开发百科ery in crystal reportInstead of substring, Crystal Reports uses mid function:
I have the custom forumla in my record seletion formula editor in Crystal reports 8.5 {_v_hardware.groupName} =
I have been asked to convert a legacy app containing some crystal reports from vb6 standalone to .net c# web based application
How can we pass a parameter from the main report to a subreport in Crystal Reports XI? I have a parameter in the main report. Now,I wan开发者_开发知识库t to pass the same parameter to subreports. Plea
How can I change the data source (database server, username, password) that a Crystal report uses at runtime, running within a crystal server?
Hai Friends this is my query SELECT COUNT(CASE ISNULL(GAM_STATUS, \' \') WHEN \'1\' THEN \'1\' END) + COUNT(CASE ISNULL(GAM_STATUS, \' \')
Running any of the Crystal Reports 10.5 redistributables (CRRedist2008_x86.msi, CRRedist2008_x64.msi or CRRedist2008_ia64.ms) is supposed to, according to the Crystal_Runtime2008.txt file, deploy the
I\'ve created a new report using crystal reports 8.5. In 开发者_JS百科it, I\'ve used 3 sub reports and they are positioned in main report vertically.
did you know that using Crystal Reports 8.5 + VB 6.0 for a project, what .Dlls we need to include while preparing a setup file for the project?