'宣言 Public Delegate Function GetReportFn( _ ByVal reportId As String _ ) As Stream
'宣言
Public Delegate Function GetReportFn( _ ByVal reportId As String _ ) As Stream
public delegate Stream GetReportFn( string reportId )
GetReportFn メンバ GrapeCity.ActiveReports.Web.Viewer 名前空間