Report.Columns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default number of columns for rendering the report.
public:
property int Columns { int get(); };
public int Columns { get; }
member this.Columns : int
Public ReadOnly Property Columns As Integer
Property Value
An integer
value containing the number of columns that is the default when rendering the report.