Share via


ReportSection.NeedsReportItemsOnPage Property

Indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property NeedsReportItemsOnPage As Boolean 
    Get
'Usage
Dim instance As ReportSection 
Dim value As Boolean 

value = instance.NeedsReportItemsOnPage
public bool NeedsReportItemsOnPage { get; }
public:
property bool NeedsReportItemsOnPage {
    bool get ();
}
member NeedsReportItemsOnPage : bool
function get NeedsReportItemsOnPage () : boolean

Property Value

Type: System.Boolean
A Boolean value.

See Also

Reference

ReportSection Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace