FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Ssrs Namespace / ReportPosition Class / ReportPosition Constructor
The ID of the report item.
The index of the page.

In This Topic
    ReportPosition Constructor
    In This Topic
    Initializes a new instance of the ReportPosition class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal reportItemID As String, _
       ByVal pageIndex As Integer _
    )
    public ReportPosition( 
       string reportItemID,
       int pageIndex
    )

    Parameters

    reportItemID
    The ID of the report item.
    pageIndex
    The index of the page.
    See Also