Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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