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