GetPageHtmlMarkup Method (C1WebReportServiceHelper)
Gets the page HTML markup.
public System.string GetPageHtmlMarkup(
System.string ,
System.int
)
'Declaration
Public 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.