UserGroupManagerSaveReportSetting Method

Save default or named view for the grid of a given type. The view includes column order, sorting, grouping and filtering.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Save default or named view for the grid of a given type.")]
public void SaveReportSetting(
	ReportSettings settings
)

Parameters

settings  ReportSettings

See Also