Метод Add
Renders the specified Page and stores the results as the last page in the collection.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public Sub Add ( _
page As Page _
)
'Применение
Dim instance As PageCollection
Dim page As Page
instance.Add(page)
public void Add(
Page page
)
public:
void Add(
Page^ page
)
member Add :
page:Page -> unit
public function Add(
page : Page
)
Параметры
- page
Тип Microsoft.ReportingServices.ReportRendering. . :: . .Page
The Page object to append to the collection.