Share via


TablixColumn Class

Represents a column 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 TablixColumn _
    Inherits ReportObject
'Usage
Dim instance As TablixColumn
public class TablixColumn : ReportObject
public ref class TablixColumn : public ReportObject
type TablixColumn =  
    class
        inherit ReportObject
    end
public class TablixColumn extends ReportObject

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.ReportObjectBase
    Microsoft.ReportingServices.RdlObjectModel.ReportObject
      Microsoft.ReportingServices.RdlObjectModel.TablixColumn

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.