VB Crystal Report >> Drill Down

by Ahmed Hashish » Tue, 19 Apr 2005 17:39:40 GMT

Dear All
I need to make a function that check if some hidden (drill_down OK)
section is opened it shows another section, in other way how could I know if
the user opened a hidden section?

Ahmed




VB Crystal Report >> Drill Down

by Ahmed Hashish » Wed, 20 Apr 2005 16:46:47 GMT


Also How I could show a hidden (drill-down ok) section from vb.net, I tried
to access the report object sections format properties but I didn't find any
properties to show the hidden sections.

Ahmed








Similar Threads

1. Drilling down a heirarchy with reflection

I will try this post again as I didn't get any hits last time. I am
trying to obtain all of the values of a various ActiveX controls using
reflection as a means of persisting the objects state between runs. I
have been able to get a hold of the top level items without a problem
but I run into an issue when a property is a class type. How do I work
my way through a COM objects heirarchal chain using reflection? Can
someone provide a simple example of how to get past the top level?

2. Programmatically exporting drill down crystal reports in .net fails - VB.Net

3. Drilling down through directories

I need to drill down from a directory through all the sub directories 
and build up a list of files. I have VB6 code to do this but it uses 
APIs etc and am hoping that there is a better way of doing in .net 2003

I would appreciate any help or examples that anyone can give me

Thanks

Jack Russell

4. Drill down pivot table data via VBA macro - Excel

5. Drill Down Fields on a table

Hi

I have a table, which is bound to a database, how would I go about, making
fields in one column, so that I can drill down on them.  For example, I have
a column of Groups, and I wish to click on a group and see the members in
that group.

Any ideas would be much appreciated.


-- 
Kind Regards

Rikesh
(V.InterDev6.0-SP5/W2K-SP4/SQL2K-SP3)


6. Drill Down with MDX & VBA

7. Displaying Hierarchicial information via drill down

Perhaps someone might have some suggestions?

I currently have an application that displays information in a flexgrid 
control.  Each row in the flexgrid has about 10 columns of data.  I have 
a basic drilldown feature where the user can doubleclick on a row in the 
flexgrid and the flexgrid will refresh itself with the new data at the 
level below.

An example would be to drilldown from Region 100 to District 1000.  	The 
initial data displays all customers of a particular type (segmented in 
other words) in Region 100. Region 100 could contain 3 Districts 
(District 1000,2000,3000).  I double click on District 1000 and drill 
down.  When I drill down I only want to see the customers in District 1000.

Now its been pointed out to me that once I drll down the data of the top 
level item will no longer be available.

Can anyone recommend a better control than the flexgrid to allow me to 
display the top level data as well as the drill down data?  I'd like to 
hear other peoples suggestions.  While the current solution works its 
really a matter of better interface design.

Thanks.

8. Printing drill down report - VB Crystal Report