C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ReportViewer.ReportService Namespace / IC1WebReportService Interface / GetPageHtmlMarkup Method
Cached document key.
Index of the page.

In This Topic
GetPageHtmlMarkup Method (IC1WebReportService)
In This Topic
Gets the page HTML markup.
Syntax
'Declaration
 
Function GetPageHtmlMarkup( _
   ByVal documentKey As System.String, _
   ByVal pageIndex As System.Integer _
) As System.String
 

Parameters

documentKey
Cached document key.
pageIndex
Index of the page.

Return Value

Returns HTML markup for given pageIndex.
See Also