Gets or sets a value indicating whether to stretch the barcode to
fill the entire area of the report item item or not.
Namespace:
Telerik.Reporting
Assembly:
Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
| C# |
|---|
public bool Stretch { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Stretch As Boolean |
Field Value
true if the barcode should be stretched, otherwise false.
See Also