Add 메서드
Renders the specified Page and stores the results as the last page in the collection.
네임스페이스: Microsoft.ReportingServices.ReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore.dll의 Microsoft.ReportingServices.ProcessingCore
구문
‘선언
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.