Report.NeedsReportItemsOnPage Propiedad
Gets a value that indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property NeedsReportItemsOnPage As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
A Boolean value.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering