AwDbPrintSupport.GetPageGroupingValue Method 

Gets the group value of page that was specified by parameter.

[Visual Basic]
Public Function GetPageGroupingValue( _
   ByVal pageNumber As Integer _
) As Object
[C#]
public object GetPageGroupingValue(
   int pageNumber
);

Parameters

pageNumber
Page number.

Return Value

Returns group value.

Example

How to get the group value of the first page.

Dim obj As Object = printSupport.GetPageGroupingValue(1)
object obj = printSupport.GetPageGroupingValue(1);

See Also

AwDbPrintSupport Class | Asterworld.Data Namespace

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.