Sdílet prostřednictvím


Tablix Class

Represents a tablix. This is is a flexible layout grid with nested repeating column groups and row groups.

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

Syntax

'Declaration
Public NotInheritable Class Tablix _
    Inherits DataRegion _
    Implements IPageBreakItem
'Usage
Dim instance As Tablix
public sealed class Tablix : DataRegion, 
    IPageBreakItem
public ref class Tablix sealed : public DataRegion, 
    IPageBreakItem
[<SealedAttribute>]
type Tablix =  
    class
        inherit DataRegion
        interface IPageBreakItem
    end
public final class Tablix extends DataRegion implements IPageBreakItem

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.