Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Page breaks in this ReportItem are ignored.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property CellContents As CellContents
Get
'Usage
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
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.CellContents
A CellContents object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace