Share via


Tablix Class

Represents a tablix, which is a flexible layout grid that has nested repeating column groups and row groups.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Class Tablix _
    Inherits DataRegion
'Usage
Dim instance As Tablix
public class Tablix : DataRegion
public ref class Tablix : public DataRegion
type Tablix =  
    class
        inherit DataRegion
    end
public class Tablix extends DataRegion

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.