Enum ErrorBehavior
Specifies what output type Barcode Professional will generate if an error occurs during barcode rendering.
Namespace: Neodynamic.ReportingServices
Assembly: Neodynamic.ReportingServices.Barcode.dll
Syntax
public enum ErrorBehavior
Fields
Name | Description |
---|---|
BlankImage | A blank image will be rendered. |
ErrorDescriptionImage | An image will be rendered displaying the error message. |
ThrowException | An Exception will be thrown. |