Share via


Report.NeedsReportItemsOnPage 속성

Gets a value that indicates whether there is an aggregate in the page header or footer that aggregates data in a TextBox.

네임스페이스:  Microsoft.ReportingServices.OnDemandReportRendering
어셈블리:  Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)

구문

‘선언
Public ReadOnly Property NeedsReportItemsOnPage As Boolean 
    Get
‘사용 방법
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

속성 값

유형: System.Boolean
A Boolean value.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.OnDemandReportRendering 네임스페이스