ReportItem.PositionAndSizeChangeCommand Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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