Właściwość ReportSection.NeedsReportItemsOnPage
Wskazuje, czy jest wartość zagregowana w strona nagłówek lub stopkę, agregujący danych w TextBox.
Przestrzeń nazw: Microsoft.ReportingServices.OnDemandReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property NeedsReportItemsOnPage As Boolean
Get
'Użycie
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
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Zobacz także