Gets the image format associated with the current export provider. Must be overridden in a derived class to return a specific image format.

Namespace:  C1.C1Preview.Export
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
protected abstract ImageFormat GetImageFormat()
Visual Basic
Protected MustOverride Function GetImageFormat As ImageFormat

Return Value

The image format associated with the current export provider.

See Also