Partager via


Propriété Report.NeedsReportItemsOnPage

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property NeedsReportItemsOnPage As Boolean 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Boolean
A Boolean value.

Voir aussi

Référence

Report Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering