共用方式為


Tablix.GroupsBeforeRowHeaders 屬性

Gets or sets 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
The number of instances of the leftmost outer column member that should appear to the left of the row headers.

請參閱

參考

Tablix 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間