Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the HTML used to render a report.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.ServerCommon (in Microsoft.PerformancePoint.Scorecards.ServerCommon.dll)
Syntax
'Declaration
Sub CreateReportHtml ( _
<OutAttribute> ByRef html As String, _
<OutAttribute> ByRef script As String, _
accessibilityMode As Boolean, _
renderRequest As AjaxOlapRenderRequestRecord _
)
'Usage
Dim instance As IBIMonitoringServiceApplicationProxy
Dim html As String
Dim script As String
Dim accessibilityMode As Boolean
Dim renderRequest As AjaxOlapRenderRequestRecord
instance.CreateReportHtml(html, script, _
accessibilityMode, renderRequest)
void CreateReportHtml(
out string html,
out string script,
bool accessibilityMode,
AjaxOlapRenderRequestRecord renderRequest
)
Parameters
html
Type: System.StringThe HTML to return.
script
Type: System.StringThe script to return.
accessibilityMode
Type: System.BooleanIndicates whether the Web server control is rendered for accessibility.
- renderRequest
Type: AjaxOlapRenderRequestRecord
See Also
Reference
IBIMonitoringServiceApplicationProxy Interface