Report.GetFieldsFromGroup(Group) Method
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.
public:
System::Collections::Generic::IEnumerable<System::String ^> ^ GetFieldsFromGroup(Microsoft::ReportingServices::RdlObjectModel::Group ^ group);
public System.Collections.Generic.IEnumerable<string> GetFieldsFromGroup (Microsoft.ReportingServices.RdlObjectModel.Group group);
member this.GetFieldsFromGroup : Microsoft.ReportingServices.RdlObjectModel.Group -> seq<string>
Public Function GetFieldsFromGroup (group As Group) As IEnumerable(Of String)
Parameters
- group
- Group