ReportHelperLoadGlobalReportSettingsOrDefault Method

Get global report settings from the user settings or load default values

Definition

Namespace: PCBI_API_Extensions.Reports.Helper
Assembly: PCBI.API_Library (in PCBI.API_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public static GlobalReportSettings LoadGlobalReportSettingsOrDefault(
	IPCBIWindow parent = null
)

Parameters

parent  IPCBIWindow  (Optional)
if passed, the current unit is used

Return Value

GlobalReportSettings

See Also