HitTestInfo(HitTestResult, Int64, Int32, Rectangle) 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:
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)
Parameters
- result
- HitTestResult
- rowIndex
- Int64
- columnIndex
- Int32
- areaRectangle
- Rectangle