コード例 #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);
 }