'宣言
Function UpdateReport( _ ByVal id As String, _ ByVal report As SectionReport _ ) As String
string UpdateReport( string id, SectionReport report )
パラメータ
- id
- 更新するレポートの識別子。
- report
- レポートのコンテンツ
戻り値の型
レポートid
'宣言
Function UpdateReport( _ ByVal id As String, _ ByVal report As SectionReport _ ) As String
string UpdateReport( string id, SectionReport report )