IHierarchyMember.Group Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the grouping information.
public:
property Microsoft::ReportingServices::RdlObjectModel::Group ^ Group { Microsoft::ReportingServices::RdlObjectModel::Group ^ get(); void set(Microsoft::ReportingServices::RdlObjectModel::Group ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.Group Group { get; set; }
member this.Group : Microsoft.ReportingServices.RdlObjectModel.Group with get, set
Public Property Group As Group
Property Value
A Group object.