AddBookmarkReference | Flow text into the current paragraph that will point to a named bookmark (earlier or later set with SetBookmark) |
AddHtml | Append text with simple HTML tags to the current paragraph |
AddHyperlink | Flow text that will point to a URL |
AddParagraphs | Flow new paragraphs of texts into the current frame with optional style |
AddRichText | Run a vector of "WordPad" Rich Text Format into frame as new paragraphs. This is specific to "old-style" RTF, and not a general RTF parser. |
AddSubscript | Append subscripted text to the current paragraph |
AddSuperscript | Append superscripted text to the current paragraph |
AddText | Append text to the current paragraph |
DrawArrow | Low-level routine to draw an arrow with specified parameters |
DrawElement | Draw an arbitrary PageElement on current page |
GetCharsets | Return the list of used characters for each used font |
GetRemainingHeight | Get remaining height in current frame (from current point to bottom) |
GetRemainingWidth | Get available width in current frame |
GetTextHeight | Measure the height taken by a paragraph of text, interpreting linebreaks, possibly wrapping inside a specified width. |
GetTextWidth | Measure the width taken by a paragraph of text, interpreting newline characters (but not tab characters) |
IncludeChart | Add a SharpPlot chart to a report, with optional scaling and wraparound |
IncludeImage | Add a picture to a report, with optional scaling and wraparound |
IncludeRule | Rule line across frame – unless at the top of a frame |
IncludeSpace | Include empty space within text flow |
IncludeTable | Flow a table within current frame |
NextClear | Move down to the closest spot with a clear margin on the left and/or the right hand side. |
NextFrame | Skip flow to a new Frame – may imply a new page. |
NextLine | Skip to next line – optionally skipping several |
NextPage | Force page throws |
NextParagraph | Skip to next paragraph – does nothing if already in a new paragraph |
NextTab | Skip a number of tabstops |
PopStyle | Restore the ParagraphStyle used before the last PushStyle |
PushStyle | Temporarily change the current ParagraphStyle, while pushing previous on to the style stack – undone by PopStyle |
RenderAnimatedSvg | Return report rendered as animated SVG, with one frame per page |
RenderDocument | Return completed report as a Document instance |
RenderLog | Return report as a readable log |
RenderPS | Return report rendered as raw PostScript |
RenderPdf | Return report as a PDF stream |
RenderSvg | Return report rendered as SVG |
RenderXaml | Return report rendered as a XAML Canvas |
SaveAnimatedGif | Save report rendered through raster engine as an animated GIF file, one frame per page. |
SaveAnimatedSvg | Save report to named file as animated SVG, with one frame per page |
SaveLog | Save completed report as a readable log file |
SavePS | Save report to named file as raw PostScript |
SavePdf | Save report to named file as PDF |
SaveSvg | Save report to named file as SVG |
SaveXaml | Save report to named file as a XAML Canvas |
SetArgument | Set a specific argument in the ArgumentList |
SetBookmark | Create a bookmark entry for upcoming element (paragraph, text, includes, etc.) |
SetBox | Start and stop boxing decorations around text |
SetCap | Set up a dropped capital on upcoming paragraph |
SetLayout | Change master page layout, closing any started page. |
|