Handles custom drawing on the System.Drawing.Graphics object. Syntax Parameters graphics A System.Drawing.Graphics object.x X-coordinate of the upper-left corner of the bounding rectangle that defines the drawing area.y Y-coordinate of the upper-left corner of the bounding rectangle that defines the drawing area.w...
Provides an interface to provide custom loading of fonts when publishing a report from an XML file. Syntax Remarks Note: The loader will only be used when the Source attribute of the Font in an XML file starts with Loader:. Any subsequent text following this prefix will be passed in as the path parameter of the Lo...
Public Methods
Public Methods
Loads a font. Syntax Parameters path A path to the font to load. Return Value A Infragistics.Documents.Reports.Graphics.Font object.
Represents a gap element. Syntax
Public Properties
Public Properties
Gets or sets the height of the gap. Syntax Remarks The Height class is abstract, meaning that a new instance cannot be created. Additionally, this abstract class does not have any properties aside from Height.Type. When accessing this property, the returned object should be cast to the appropriate derived type, wh...
Represents a basic container element. Syntax Remarks This is a basic container element providing standard layout options but without headers or footers as found in Infragistics.Documents.Reports.Report.Band.IBand or Infragistics.Documents.Reports.Report.Segment.ISegment.