TablixBody Class

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.TablixBody

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class TablixBody
'Usage
Dim instance As TablixBody
public sealed class TablixBody
public ref class TablixBody sealed
[<SealedAttribute>]
type TablixBody =  class end
public final class TablixBody

The TablixBody type exposes the following members.

Properties

  Name Description
Public property ColumnCollection Gets the columns of the tablix body.
Public property IgnoreCellPageBreaks Indicates the complexity of the tablix should result in page breaks in the body of the tablix being ignored.
Public property RowCollection Gets the rows of the tablix body.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace