Share via


HitTestInfo(HitTestResult, Int64, Int32, Rectangle) Constructor

Definition

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

Applies to