Поделиться через


Свойство Group.Parent

Gets or sets an expression that identifies the parent group in a recursive hierarchy. This is allowed only if the group has exactly one group expression. Indicates that if filters on the group eliminate a group instance’s parent, it is instead treated as a child of the parent’s parent. In the event of a loop, one of the parent-child relationships will be ignored.

Пространство имен:  Microsoft.ReportingServices.RdlObjectModel
Сборка:  Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)

Синтаксис

'Декларация
Public Property Parent As ReportExpression 
    Get 
    Set
'Применение
Dim instance As Group 
Dim value As ReportExpression 

value = instance.Parent

instance.Parent = value
public ReportExpression Parent { get; set; }
public:
property ReportExpression Parent {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Parent : ReportExpression with get, set
function get Parent () : ReportExpression 
function set Parent (value : ReportExpression)

Значение свойства

Тип: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

См. также

Справочник

Group Класс

Пространство имен Microsoft.ReportingServices.RdlObjectModel