public void SetExprHost(MapLegendExprHost exprHost, ObjectModelImpl reportObjectModel)
 {
     Global.Tracer.Assert(exprHost != null && reportObjectModel != null, "(exprHost != null && reportObjectModel != null)");
     base.SetExprHost(exprHost, reportObjectModel);
     if (this.m_mapLegendTitle != null && this.ExprHost.MapLegendTitleHost != null)
     {
         this.m_mapLegendTitle.SetExprHost(this.ExprHost.MapLegendTitleHost, reportObjectModel);
     }
 }
Exemple #2
0
 internal void SetExprHost(MapLegendExprHost exprHost, ObjectModelImpl reportObjectModel)
 {
     Global.Tracer.Assert(exprHost != null && reportObjectModel != null, "(exprHost != null && reportObjectModel != null)");
     SetExprHost((MapDockableSubItemExprHost)exprHost, reportObjectModel);
     if (m_mapLegendTitle != null && ExprHost.MapLegendTitleHost != null)
     {
         m_mapLegendTitle.SetExprHost(ExprHost.MapLegendTitleHost, reportObjectModel);
     }
 }