Page.Columns Property

Gets the default number of columns for rendering the report.

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

Syntax

'Declaration
Public ReadOnly Property Columns As Integer 
    Get
'Usage
Dim instance As Page 
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 int value.

See Also

Reference

Page Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace