'宣言
Public Shared Function GetReportFromComponent( _ ByVal component As IReportComponent _ ) As Report
public static Report GetReportFromComponent( IReportComponent component )
パラメータ
- component
- The component to obtain the report for.
戻り値の型
The Report the specified component is in or null.