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