GetPageHtmlMarkup Method (IC1WebReportService)
Gets the page HTML markup.
System.string GetPageHtmlMarkup(
System.string ,
System.int
)
'Declaration
Function GetPageHtmlMarkup( _
ByVal As System.String, _
ByVal As System.Integer _
) As System.String
Parameters
- documentKey
- Cached document key.
- pageIndex
- Index of the page.
Return Value
Returns HTML markup for given pageIndex.