Exemplo n.º 1
0
 internal Paragraph(Microsoft.ReportingServices.OnDemandReportRendering.Paragraph paragraph, CompiledParagraphInstance compiledParagraph, PageContext pageContext)
     : base(paragraph)
 {
     m_compiledSource = compiledParagraph;
     BuildTextRunCollection(pageContext);
 }
Exemplo n.º 2
0
 public Paragraph(AspNetCore.ReportingServices.OnDemandReportRendering.Paragraph paragraph, CompiledParagraphInstance compiledParagraph, PageContext pageContext)
     : base(paragraph)
 {
     this.m_compiledSource = compiledParagraph;
     this.BuildTextRunCollection(pageContext);
 }