combit List & Label 30 - .NET Help
combit.Reporting Namespace / PreviewFile Class / Item Property
Index of the respective page.


Item Property (PreviewFile)

The class indexer provides access to the each page of the preview file. A page is always represented by the PreviewPage class. Alternatively the class supports the IEnumerable interface - you can cover the pages with a for each... in loop.

Syntax
'Declaration
 
Public ReadOnly Default Property Item( _
   ByVal index As Integer _
) As PreviewPage
 

Parameters

index
Index of the respective page.
Example
Requirements

Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
.NET: .NET Framework 4.8, .NET 6, .NET 8, .NET 9

See Also