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
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel.ReportObject
Microsoft.ReportingServices.RdlObjectModel.ReportElement
Microsoft.ReportingServices.RdlObjectModel.ReportItem
Microsoft.ReportingServices.RdlObjectModel.DataRegion
Microsoft.ReportingServices.RdlObjectModel.Tablix
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.