Insert 方法
Inserts the specified page into the collection at the point specified by the index.
命名空间: Microsoft.ReportingServices.ReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Sub Insert ( _
index As Integer, _
page As Page _
)
用法
Dim instance As PageCollection
Dim index As Integer
Dim page As Page
instance.Insert(index, page)
public void Insert(
int index,
Page page
)
public:
void Insert(
int index,
Page^ page
)
member Insert :
index:int *
page:Page -> unit
public function Insert(
index : int,
page : Page
)
参数
- index
类型:System. . :: . .Int32
The zero-based index specifying the location in the collection where the page is inserted.
- page
类型:Microsoft.ReportingServices.ReportRendering. . :: . .Page
The Page object to be inserted into the collection.