Table of Contents

Class ResExt

Namespace: FastReport.Olap.Utils
Assembly: FastCube.WinForms.dll

Internal usage only!!!

public static class ResExt

Inheritance

objectResExt

Methods

GetIcon(string, int)

Gets an image with specified index and converts it to Icon.

public static Icon GetIcon(string resName, int index)

Parameters

resName string

index int

Image index (zero-based).

Returns

Icon

The Icon object.

GetImage(string, int)

Gets an image with specified index.

public static Bitmap GetImage(string resName, int index)

Parameters

resName string

index int

Image index (zero-based).

Returns

Bitmap

The image with specified index.

Remarks

FastReport contains about 240 truecolor images of 16x16 size that are stored in one big image side-by-side. This image can be found in FastReport resources (the "buttons.png" resource).

GetImages(string)

Gets the standard images used in FastReport as an ImageList.

public static ImageList GetImages(string resName)

Parameters

resName string

Returns

ImageList

ImageList object that contains standard images.

Remarks

FastReport contains about 240 truecolor images of 16x16 size that are stored in one big image side-by-side. This image can be found in FastReport resources (the "buttons.png" resource).