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

In This Topic
GetPageHtmlMarkup Method (C1WebReportServiceHelper)
In This Topic
Gets the page HTML markup.
Syntax
'Declaration
 
Public 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