Table of Contents

Class Container

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public abstract class Container : RepObject
Inheritance
Container
Derived
Inherited Members

Constructors

Container(double, double)

public Container(double width, double height)

Parameters

width double
height double

Methods

Add(double, AlignHor, double, AlignVert, RepObject, RepObject?)

public void Add(double x, AlignHor alignHor, double y, AlignVert alignVert, RepObject repObject, RepObject? nextRepObject = null)

Parameters

x double
alignHor AlignHor
y double
alignVert AlignVert
repObject RepObject
nextRepObject RepObject

Add(double, AlignHor, double, RepObject, RepObject?)

public void Add(double x, AlignHor alignH, double y, RepObject repObject, RepObject? nextRepObject = null)

Parameters

x double
alignH AlignHor
y double
repObject RepObject
nextRepObject RepObject

Add(double, double, AlignVert, RepObject, RepObject?)

public void Add(double x, double y, AlignVert alignV, RepObject repObject, RepObject? nextRepObject = null)

Parameters

x double
y double
alignV AlignVert
repObject RepObject
nextRepObject RepObject

Add(double, double, RepObject, RepObject?)

public void Add(double x, double y, RepObject repObject, RepObject? nextRepObject = null)

Parameters

x double
y double
repObject RepObject
nextRepObject RepObject

AddCentered(double, RepObject, RepObject?)

public void AddCentered(double y, RepObject repObject, RepObject? nextRepObject = null)

Parameters

y double
repObject RepObject
nextRepObject RepObject

AddCenteredMM(double, RepObject, RepObject?)

public void AddCenteredMM(double yMM, RepObject repObject, RepObject? nextRepObject = null)

Parameters

yMM double
repObject RepObject
nextRepObject RepObject

AddMM(double, AlignHor, double, AlignVert, RepObject, RepObject?)

public void AddMM(double xMM, AlignHor alignH, double yMM, AlignVert alignV, RepObject repObject, RepObject? nextRepObject = null)

Parameters

xMM double
alignH AlignHor
yMM double
alignV AlignVert
repObject RepObject
nextRepObject RepObject

AddMM(double, AlignHor, double, RepObject, RepObject?)

public void AddMM(double xMM, AlignHor alignH, double yMM, RepObject repObject, RepObject? nextRepObject = null)

Parameters

xMM double
alignH AlignHor
yMM double
repObject RepObject
nextRepObject RepObject

AddMM(double, double, AlignVert, RepObject, RepObject?)

public void AddMM(double xMM, double yMM, AlignVert alignV, RepObject repObject, RepObject? nextRepObject = null)

Parameters

xMM double
yMM double
alignV AlignVert
repObject RepObject
nextRepObject RepObject

AddMM(double, double, RepObject, RepObject?)

public void AddMM(double xMM, double yMM, RepObject repObject, RepObject? nextRepObject = null)

Parameters

xMM double
yMM double
repObject RepObject
nextRepObject RepObject

GetWarnings()

public override IEnumerable<WarningItem>? GetWarnings()

Returns

IEnumerable<WarningItem>