Syntax
constants group MemberResultFlags;
Description
These constants give information about elements in
data pilot member results.
Constants Summary
|
HASMEMBER |
The element contains a member.
|
|
SUBTOTAL |
The element contains a subtotal.
|
|
CONTINUE |
The element is a continuation of the previous one.
|
|
Field Details
|
|
Syntax
const long HASMEMBER = 1;
Description
The element contains a member.
Syntax
const long SUBTOTAL = 2;
Description
The element contains a subtotal.
Syntax
const long CONTINUE = 4;
Description
The element is a continuation of the previous one.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.