共用方式為


PageCollection.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
)

參數

請參閱

參考

PageCollection 類別

Microsoft.ReportingServices.ReportRendering 命名空間