HitTestInfo(HitTestResult, Int64, Int32, Rectangle) Конструктор
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
HitTestInfo(Microsoft::ReportingServices::QueryDesigners::HitTestResult result, long rowIndex, int columnIndex, System::Drawing::Rectangle areaRectangle);
public HitTestInfo (Microsoft.ReportingServices.QueryDesigners.HitTestResult result, long rowIndex, int columnIndex, System.Drawing.Rectangle areaRectangle);
new Microsoft.ReportingServices.QueryDesigners.HitTestInfo : Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int * System.Drawing.Rectangle -> Microsoft.ReportingServices.QueryDesigners.HitTestInfo
Public Sub New (result As HitTestResult, rowIndex As Long, columnIndex As Integer, areaRectangle As Rectangle)
Параметры
- result
- HitTestResult
- rowIndex
- Int64
- columnIndex
- Int32
- areaRectangle
- Rectangle