public ValueTuple<ReportGroupHeader,ReportGroupFooter> FindGroupSections( string fieldName )
Public Function FindGroupSections( _ ByVal fieldName As String _ ) As ValueTuple(Of ReportGroupHeader,ReportGroupFooter)
Parameters
- fieldName
- The name of the field.
Return Value
A tuple of the report header and footer or null, if not found.