Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public MustOverride ReadOnly Property CellContents As CellContents
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering.CellContents
A CellContents object that represents the contents of a cell in a tablix body.
Voir aussi
Référence
Espace de noms Microsoft.ReportingServices.OnDemandReportRendering