共用方式為


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 命名空間