Свойство Columns
Gets the default number of columns for rendering the report.
Пространство имен: Microsoft.ReportingServices.ReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property Columns As Integer
Get
'Применение
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
Значение свойства
Тип System. . :: . .Int32
An integer value containing the number of columns that is the default when rendering the report.
См. также