PdfRpt.FluentInterface.MainTablePreferencesBuilder.GroupsPreferences C# (CSharp) Method

GroupsPreferences() public method

Groups Preferences.
public GroupsPreferences ( GroupsPreferences preferences ) : void
preferences PdfRpt.Core.Contracts.GroupsPreferences Groups Preferences
return void
        public void GroupsPreferences(GroupsPreferences preferences)
        {
            _pdfReport.DataBuilder.DefaultGroupsPreferences(preferences);
        }