共用方式為


RecursiveLevel 屬性

Gets the calculated recursive level of this GroupInstance.

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

語法

'宣告
Public ReadOnly Property RecursiveLevel As Integer
    Get
'用途
Dim instance As GroupInstance
Dim value As Integer

value = instance.RecursiveLevel
public int RecursiveLevel { get; }
public:
property int RecursiveLevel {
    int get ();
}
member RecursiveLevel : int
function get RecursiveLevel () : int

屬性值

型別:System. . :: . .Int32
An int value that represents the calculated recursive level of this GroupInstance.

備註

This property is only applicable for recursive groups.