Freigeben über


ReportSection.NeedsReportItemsOnPage-Eigenschaft

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

Eigenschaftswert

Typ: System.Boolean
A Boolean value.

Siehe auch

Verweis

ReportSection Klasse

Microsoft.ReportingServices.OnDemandReportRendering-Namespace