Свойство GroupsBeforeRowHeaders

The number of instances of the leftmost outer column member that should appear to the left of the row headers (right of the row headers for RTL Tablixes).

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property GroupsBeforeRowHeaders As Integer
    Get
    Set
'Применение
Dim instance As Tablix
Dim value As Integer

value = instance.GroupsBeforeRowHeaders

instance.GroupsBeforeRowHeaders = value
public int GroupsBeforeRowHeaders { get; set; }
public:
property int GroupsBeforeRowHeaders {
    int get ();
    void set (int value);
}
member GroupsBeforeRowHeaders : int with get, set
function get GroupsBeforeRowHeaders () : int
function set GroupsBeforeRowHeaders (value : int)

Значение свойства

Тип System. . :: . .Int32
An int value.