Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property CellContents As CellContents
Get
'Usage
Dim instance As TablixCell
Dim value As CellContents
value = instance.CellContents
public abstract CellContents CellContents { get; }
public:
virtual property CellContents^ CellContents {
CellContents^ get () abstract;
}
abstract CellContents : CellContents
abstract function get CellContents () : CellContents
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CellContents
A CellContents object that represents the contents of a cell in a tablix body.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace