Share via


ReportItem.PositionAndSizeChangeCommand Constructor

Definition

public:
 PositionAndSizeChangeCommand(Microsoft::ReportDesigner::ReportItem ^ reportItem, double left, double top, double width, double height);
public PositionAndSizeChangeCommand (Microsoft.ReportDesigner.ReportItem reportItem, double left, double top, double width, double height);
new Microsoft.ReportDesigner.ReportItem.PositionAndSizeChangeCommand : Microsoft.ReportDesigner.ReportItem * double * double * double * double -> Microsoft.ReportDesigner.ReportItem.PositionAndSizeChangeCommand
Public Sub New (reportItem As ReportItem, left As Double, top As Double, width As Double, height As Double)

Parameters

reportItem
ReportItem
left
Double
top
Double
width
Double
height
Double

Applies to