[]
Represents a report field containing a data bound or static image.
public class ImageField : FieldBase, IScriptContextProvider, ICloneable
Name | Description |
---|---|
ImageField() |
Name | Description |
---|---|
Picture | Gets or sets a picture to display in the field. |
PictureAlign | Gets or sets a value determining how image is aligned within the field. |
PictureScale | Gets or sets a value determining how image is scaled within the field. |
Name | Description |
---|---|
AfterRender() | Called where report rendering finish. Can be used to finalize object after rendering. |
AssignFrom(ReportObject, bool) | Copies properties from another object into this object. |
GetContentAutoHeight(double) | Override this method to calculate the height of object on basis of its content, this method is called when field can grow or shrink vertically. |
GetContentAutoSize(out double, out double) | Override this method to calculate sizes of object on basis of its content, this method is called when field can grow or shrink vertically and horizontally. |
GetContentAutoWidth(double) | Override this method to calculate the width of object on basis of its content, this method is called when field can grow or shrink horizontally. |
GetPropsTable() | |
InternalBuildBrick(SubSectionBrick) | This method should be overriden in descendant classes like Field, BarCodeField, ChartField and so on. |
InternalRefreshBrick(FieldBrickBase) |