TablixCell.CellContents Property

Definition

Gets the contents of a cell in a tablix body. Page breaks in this ReportItem are ignored if the tablix has any row headers, any dynamic column groups or more than one column.

public:
 abstract property Microsoft::ReportingServices::OnDemandReportRendering::CellContents ^ CellContents { Microsoft::ReportingServices::OnDemandReportRendering::CellContents ^ get(); };
public abstract Microsoft.ReportingServices.OnDemandReportRendering.CellContents CellContents { get; }
member this.CellContents : Microsoft.ReportingServices.OnDemandReportRendering.CellContents
Public MustOverride ReadOnly Property CellContents As CellContents

Property Value

A CellContents object that represents the contents of a cell in a tablix body.

Applies to