Share via


Report.NeedsReportItemsOnPage Property

Gets a value that 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 Report 
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

Report Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace