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
caption
Type: System.StringThe specified caption.