UserGroupManagerLoadUserReportSettings Method

Return all views for the grid of a given type.

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Return all views for the grid of a given type.")]
public List<ReportSettings> LoadUserReportSettings(
	ReportType reportType
)

Parameters

reportType  ReportType

Return Value

ListReportSettings

See Also