Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.Boolean
A Boolean value.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace