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.