Share via


PasEditorPanel.SetElement Method (Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews)

Sets the report view that this panel works with.

Namespace: Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews
Assembly: Microsoft.PerformancePoint.Scorecards.ModelerPlugins (in microsoft.performancepoint.scorecards.modelerplugins.dll)

Syntax

'Declaration
Public Sub SetElement ( _
    reportView As ReportView, _
    undoManager As UndoManager _
)
'Usage
Dim instance As PasEditorPanel
Dim reportView As ReportView
Dim undoManager As UndoManager

instance.SetElement(reportView, undoManager)
public void SetElement (
    ReportView reportView,
    UndoManager undoManager
)

Parameters

  • reportView
    The report view to work with.
  • undoManager
    The undo/redo manager.

See Also

Reference

PasEditorPanel Class
PasEditorPanel Members
Microsoft.PerformancePoint.Scorecards.ModelerPlugins.ReportViews Namespace