共用方式為


PageSection.ReportItemCollection 屬性

Gets the report items in the page section.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ReportItemCollection As ReportItemCollection 
    Get
'用途
Dim instance As PageSection 
Dim value As ReportItemCollection 

value = instance.ReportItemCollection
public ReportItemCollection ReportItemCollection { get; }
public:
property ReportItemCollection^ ReportItemCollection {
    ReportItemCollection^ get ();
}
member ReportItemCollection : ReportItemCollection
function get ReportItemCollection () : ReportItemCollection

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportItemCollection
A ReportItemCollection object.

請參閱

參考

PageSection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間