SharpLeaf Reference > SharpLeaf Class > SharpLeaf Constructor

SharpLeaf Constructor

Create a new report, taking an optional document layout and argument list.

Overloads

Example

   page = new PageLayout(PaperSize.A4);
  // Invisible frame with one-inch margin all around
   page.Add(new Frame("MyFrameId",72,72,-72,-72));
   layout = new DocumentLayout(page);
   lf = new SharpLeaf(layout);

See also ...

SharpLeaf Members


Send comments on this topic
© Dyalog Ltd 2021