Share via


Report.Columns Property

Gets the default number of columns for rendering the report.

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property Columns As Integer 
    Get
'Usage
Dim instance As Report 
Dim value As Integer 

value = instance.Columns
public int Columns { get; }
public:
property int Columns {
    int get ();
}
member Columns : int
function get Columns () : int

Property Value

Type: System.Int32
An integer value containing the number of columns that is the default when rendering the report.

See Also

Reference

Report Class

Microsoft.ReportingServices.ReportRendering Namespace