Width Property (ReportSection)
In This Topic
Gets or sets a value indicating the width of the report section.
Syntax
'Declaration
Public Property Width As Length
public Length Width {get; set;}
Property Value
A
Length structure indicating the width of the report section.
See Also