Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the default number of columns for rendering the report.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Columns As Integer
Get
Set
'Usage
Dim instance As Page
Dim value As Integer
value = instance.Columns
instance.Columns = value
public int Columns { get; set; }
public:
property int Columns {
int get ();
void set (int value);
}
member Columns : int with get, set
function get Columns () : int
function set Columns (value : int)
Property Value
Type: System.Int32
The default number of columns for rendering the report.