HitTestInfo(HitTestResult, Int64, Int32, Rectangle) Costruttore
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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)
Parametri
- result
- HitTestResult
- rowIndex
- Int64
- columnIndex
- Int32
- areaRectangle
- Rectangle