Share via


TablixCell Class

Represents the contents of each cell in the body section of a tablix.

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

Syntax

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

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.