Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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