'宣言
Public Shared Function UnmergeCombinedReport( _ ByVal combinedReport As Report, _ ByVal contentService As IMasterContentService _ ) As Report
public static Report UnmergeCombinedReport( Report combinedReport, IMasterContentService contentService )
パラメータ
- combinedReport
- マスターと子の結合された内容を含むGrapeCity.ActiveReports.PageReportModel.Report。
- contentService
- マスターと子レポートに属する内容を識別するGrapeCity.ActiveReports.PageReportModel.IMasterContentService。
戻り値の型
子レポートに属する、取り除いたコンテンツのみを含むGrapeCity.ActiveReports.PageReportModel.Report。