Skip to main content Skip to complementary content

GetSelectedData Method

Overloads

GetSelectedData(String, IEnumerable<NxPage>)

Gets selected values for the field

GetSelectedData(Int32, IEnumerable<NxPage>)

Gets selected values for the field

GetSelectedData(String, IEnumerable<NxPage>)

Gets selected values for the field

Declaration

      public IEnumerable<NxDataPage> GetSelectedData(string fieldName, IEnumerable<NxPage> pages)
    

Parameters

Type Name Description
System.String fieldName

Field name in the current selection

System.Collections.Generic.IEnumerable<NxPage> pages

Pages index within in the cube

Returns

Type Description
System.Collections.Generic.IEnumerable<NxDataPage>

A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection.

Implements

GetSelectedData(Int32, IEnumerable<NxPage>)

Gets selected values for the field

Declaration

      public IEnumerable<NxDataPage> GetSelectedData(int index, IEnumerable<NxPage> pages)
    

Parameters

Type Name Description
System.Int32 index

Zero base index for the field in the current selection

System.Collections.Generic.IEnumerable<NxPage> pages

Pages index within in the cube

Returns

Type Description
System.Collections.Generic.IEnumerable<NxDataPage>

A System.Collections.Generic.IEnumerator<T> that can be used to iterate through the collection.

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!