Progress® Telerik® Reporting R1 2021
DetailSection.ColumnSpacing Property
Note: This API is now obsolete.
Gets or sets a value indicating the space in Units between two
adjacent columns.
Namespace:
Telerik.ReportingAssembly: Telerik.Reporting (in Telerik.Reporting.dll)
Syntax
[ObsoleteAttribute("Telerik.Reporting.DetailSection.ColumnSpacing is now obsolete. Please use Telerik.Reporting.Report.PageSettings.ColumnSpacing property.", true)] public Unit ColumnSpacing { get; set; }
Property Value
Type: UnitA Unit value specifying the space between two adjacent columns. The value should be a non-negative Unit. The default is Zero
Remarks
This property should be used when there should be some blank space left between adjacent columns.
Version Information
Obsolete (does not compile) in 1.0.1 and later