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


In This Topic
    Item Property (PreviewFile)
    In This Topic

    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
    public PreviewPage this[ 
       int index
    ]; {get;}
    public:
    property PreviewPage^ default [int] {
       PreviewPage^ get(int index);
    }

    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 7, .NET 8

    See Also