共用方式為


GaugeMemberCollection.Count 屬性

Gets the number of items in the collection.

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

語法

'宣告
Public Overrides ReadOnly Property Count As Integer 
    Get
'用途
Dim instance As GaugeMemberCollection 
Dim value As Integer 

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

屬性值

型別:System.Int32
The number of items in the GaugeMemberCollection.

請參閱

參考

GaugeMemberCollection 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間