Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Inserts the specified page into the collection at the point specified by the index.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Синтаксис
'Декларация
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
)
Параметры
- 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.
Синхронизация потоков
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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
PageCollection Class
PageCollection Members
Microsoft.ReportingServices.ReportRendering Namespace