Enum ReportShapeKind
- Namespace
- DocWright.Reporting.Pagination
- Assembly
- DocWright.Reporting.dll
What kind of drawing a ReportShape is.
public enum ReportShapeKind
Fields
Rectangle = 0A rectangle: ReportShapeRectangle.
Path = 1A path of straight segments, open or closed: ReportShapePath.
Label = 2A run of text: ReportShapeLabel.
Region = 3Several closed contours filled as one area: ReportShapeRegion.