If Not isShowIsbn Then
'EnableSuppress即抑制显示【true--不显示,false--显示】
repo.ReportDefinition.ReportObjects("TitleIsbn").ObjectFormat.EnableSuppress = True
repo.ReportDefinition.ReportObjects("TitleShum").Width = 4077
repo.ReportDefinition.ReportObjects("shuh1").ObjectFormat.EnableSuppress = True
repo.ReportDefinition.ReportObjects("shum1").Width = 4077
End If