Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Microsoft.ReportingServices.OnDemandReportRendering Namespace