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.