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); } } }
public void SetExprHost(TextRunExprHost textRunExprHost) { this.m_exprHost = textRunExprHost; }
internal void SetExprHost(TextRunExprHost textRunExprHost) { m_exprHost = textRunExprHost; }