TooltipDataNeededEventArgs(HitTestResult, Int64, Int32) 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:
TooltipDataNeededEventArgs(Microsoft::ReportingServices::QueryDesigners::HitTestResult ht, long rowIndex, int colIndex);
public TooltipDataNeededEventArgs (Microsoft.ReportingServices.QueryDesigners.HitTestResult ht, long rowIndex, int colIndex);
new Microsoft.ReportingServices.QueryDesigners.TooltipDataNeededEventArgs : Microsoft.ReportingServices.QueryDesigners.HitTestResult * int64 * int -> Microsoft.ReportingServices.QueryDesigners.TooltipDataNeededEventArgs
Public Sub New (ht As HitTestResult, rowIndex As Long, colIndex As Integer)
Parameters
- rowIndex
- Int64
- colIndex
- Int32