Share via


TablixBody Class

Defines the layout and structure of the bottom right region that contains the data elements of the tablix.

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

Syntax

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

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.