Propriété CellContents
Page breaks in this ReportItem are ignored.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property CellContents As CellContents
Get
'Utilisation
Dim instance As TablixHeader
Dim value As CellContents
value = instance.CellContents
public CellContents CellContents { get; }
public:
property CellContents^ CellContents {
CellContents^ get ();
}
member CellContents : CellContents
function get CellContents () : CellContents
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .CellContents
A CellContents object.
Voir aussi