共用方式為


ReportElementCollectionBase<T>.Count 屬性

Gets the number of items in the collection.

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

語法

'宣告
Public MustOverride ReadOnly Property Count As Integer 
    Get
'用途
Dim instance As ReportElementCollectionBase 
Dim value As Integer 

value = instance.Count
public abstract int Count { get; }
public:
virtual property int Count {
    int get () abstract;
}
abstract Count : int
abstract function get Count () : int

屬性值

型別:System.Int32
An int value that represents the number of items in the collection.

請參閱

參考

ReportElementCollectionBase<T> 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間