CustomData.AllGroups 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 all groups of a custom data.
public:
property System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::Group ^> ^ AllGroups { System::Collections::Generic::IEnumerable<Microsoft::ReportingServices::RdlObjectModel::Group ^> ^ get(); };
[System.Xml.Serialization.XmlIgnore]
public System.Collections.Generic.IEnumerable<Microsoft.ReportingServices.RdlObjectModel.Group> AllGroups { get; }
[<System.Xml.Serialization.XmlIgnore>]
member this.AllGroups : seq<Microsoft.ReportingServices.RdlObjectModel.Group>
Public ReadOnly Property AllGroups As IEnumerable(Of Group)
Property Value
An IEnumerable<T> object.
- Attributes