Свойство GroupInstance.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.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering