CellContents プロパティ

この ReportItem の改ページを無視します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property CellContents As CellContents
    Get
'使用
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