Share via


ReportView.SetAnalyticReportCaption method

Sets the specified caption (display name) for the OlapReportViewData object that represents the analytic report query.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public Sub SetAnalyticReportCaption ( _
    caption As String _
)
'Usage
Dim instance As ReportView
Dim caption As String

instance.SetAnalyticReportCaption(caption)
public void SetAnalyticReportCaption(
    string caption
)

Parameters

See also

Reference

ReportView class

ReportView members

Microsoft.PerformancePoint.Scorecards namespace