ReportItem.PositionAndSizeChangeCommand 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
- reportItem
- ReportItem
- left
- Double
- top
- Double
- width
- Double
- height
- Double