ReportSectionReportSectionDesignerGetService Method

Gets the service object of the specified type.

Definition

Namespace: Firefly.Box.Printing
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Object GetService(
	Type type
)

Parameters

type  Type
 

Return Value

Object
A service object of type serviceType.-or- null if there is no service object of type serviceType.

Implements

IServiceProviderGetService(Type)

See Also