Udostępnij za pośrednictwem


PageCollection.Insert Method

Inserts the specified page into the collection at the point specified by the index.

Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)

Syntax

'Declaration
Public Sub Insert ( _
    index As Integer, _
    page As Page _
)
public void Insert (
    int index,
    Page page
)
public:
void Insert (
    int index, 
    Page^ page
)
public void Insert (
    int index, 
    Page page
)
public function Insert (
    index : int, 
    page : Page
)

Parameters

  • index
    The zero-based index specifying the location in the collection where the page is inserted.
  • page
    The Page object to be inserted into the collection.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

PageCollection Class
PageCollection Members
Microsoft.ReportingServices.ReportRendering Namespace