次の方法で共有


ReportItem.PositionAndSizeChangeCommand コンストラクター

定義

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

適用対象