Compartilhar via


Propriedade do RDL ReportSection.NeedsReportItemsOnPage

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 (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property NeedsReportItemsOnPage As Boolean 
    Get
'Uso
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

Valor da propriedade

Tipo: System.Boolean
A Boolean value.

Consulte também

Referência

ReportSection Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering