PC Review


Reply
Thread Tools Rate Thread

Crystal Report Run-Time customization

 
 
Irfan
Guest
Posts: n/a
 
      26th Jan 2005
I want to ask whether Crystal Report 9 (and DotNet Version of Crystal
Report) supports Run-Time customization (Grouping) or not?
If it does then how?

Also I want to ask whether they support drill down charting or not?
If it does then how?

Regards,
Irfan


 
Reply With Quote
 
 
 
 
NuTcAsE
Guest
Posts: n/a
 
      26th Jan 2005
Crystal Reports 9.0 (and also Crystal Reports.Net) provide limited
run-time customization of grouping. AFAIK, you can only change the
grouping order that have been pre-defined at runtime. It isnt possible
to add new grouping fields at runtime. To change the grouping field at
runtime:

C#

FieldDefinition groupField = Report.Database.Tables [0].Fields
["Field1"];
Report.DataDefinition.Groups [0].ConditionField = groupField;

Im not sure on your second point. What do you mean by drill down
charting?

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CRYSTAL REPORT WITH DATE AND TIME DENTONE Microsoft Dot NET Framework 1 21st May 2008 04:54 AM
Immagine run time in crystal report Enzo Cavallaro Microsoft VB .NET 0 12th Mar 2007 02:37 PM
First time crystal report user - How do i create a crystal reports from asp.net web form? Learner Microsoft ASP .NET 1 11th Jan 2006 08:20 PM
Crystal Report Run-Time customization Irfan Microsoft C# .NET 0 26th Jan 2005 08:05 AM
Runtime Customization of a Crystal Report published as a Web Servive =?Utf-8?B?bGFsYTIz?= Microsoft C# .NET 0 16th Mar 2004 08:16 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:40 AM.