[]
Returns the Report from the specified component.
public static Report GetReportFromComponent(this IReportComponent component)
Type | Name | Description |
---|---|---|
IReportComponent | component | The component to obtain the report for. |
Type | Description |
---|---|
Report | The Report the specified component is in or null. |