Esempio n. 1
0
 public override void UpdateRenderReportItem(AspNetCore.ReportingServices.ReportRendering.ReportItem renderReportItem)
 {
     base.UpdateRenderReportItem(renderReportItem);
     this.m_renderTextBox = (AspNetCore.ReportingServices.ReportRendering.TextBox)base.m_renderReportItem;
     if (this.m_actionInfo != null)
     {
         this.m_actionInfo.Update(this.m_renderTextBox.ActionInfo);
     }
     if (this.m_paragraphCollection != null && ((ReportElementCollectionBase <Paragraph>) this.m_paragraphCollection)[0] != null)
     {
         ((ReportElementCollectionBase <Paragraph>) this.m_paragraphCollection)[0].UpdateRenderReportItem(renderReportItem);
     }
 }
Esempio n. 2
0
 public TextBox(IDefinitionPath parentDefinitionPath, int indexIntoParentCollectionDef, bool inSubtotal, AspNetCore.ReportingServices.ReportRendering.TextBox renderTextBox, RenderingContext renderingContext)
     : base(parentDefinitionPath, indexIntoParentCollectionDef, inSubtotal, renderTextBox, renderingContext)
 {
     this.m_renderTextBox = renderTextBox;
 }