Class Extensions
Inheritance
System.Object
Extensions
Namespace: FastReport.Web
Assembly: FastReport.OpenSource.Web.dll
Syntax
public static class Extensions
Methods
FindClickedObject<T>(Report, String, Int32, Single, Single, Action<T, ReportPage, Int32>)
Declaration
public static void FindClickedObject<T>(this Report Report, string objectName, int pageN, float left, float top, Action<T, ReportPage, int> action)
where T : ComponentBase
Parameters
| Type | Name | Description |
|---|---|---|
| Report | Report | |
| System.String | objectName | |
| System.Int32 | pageN | |
| System.Single | left | |
| System.Single | top | |
| System.Action<T, ReportPage, System.Int32> | action |
Type Parameters
| Name | Description |
|---|---|
| T |