Click or drag to resize

ReportViewerConfigurationsGetByName Method

Returns the configuration with the provided name

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ReportViewerConfiguration GetByName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: ReportViewerConfiguration
See Also