Proprietà ReportSection.NeedsReportItemsOnPage
Indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property NeedsReportItemsOnPage As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System.Boolean
A Boolean value.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering