TablixCell.CellContents Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le contenu d'une cellule dans un corps de tableau matriciel. Les sauts de page dans ce ReportItem sont ignorés si le tableau matriciel contient des en-têtes de lignes, des groupes de colonnes dynamiques ou plusieurs colonnes.
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
Valeur de propriété
Objet CellContents qui représente le contenu d'une cellule dans le corps d'un tableau matriciel.