Ejemplo n.º 1
0
 public void SetExprHost(ParagraphExprHost paragraphExprHost, ObjectModelImpl reportObjectModel)
 {
     if (this.m_exprHostID >= 0)
     {
         this.m_exprHost = paragraphExprHost.TextRunHostsRemotable[this.m_exprHostID];
         Global.Tracer.Assert(this.m_exprHost != null && reportObjectModel != null);
         this.m_exprHost.SetReportObjectModel(reportObjectModel);
         if (this.m_action != null && this.m_exprHost.ActionInfoHost != null)
         {
             this.m_action.SetExprHost(this.m_exprHost.ActionInfoHost, reportObjectModel);
         }
         if (this.m_styleClass != null)
         {
             this.m_styleClass.SetStyleExprHost(this.m_exprHost);
         }
     }
 }
Ejemplo n.º 2
0
 public void SetExprHost(TextRunExprHost textRunExprHost)
 {
     this.m_exprHost = textRunExprHost;
 }
Ejemplo n.º 3
0
 internal void SetExprHost(TextRunExprHost textRunExprHost)
 {
     m_exprHost = textRunExprHost;
 }