Table of Contents

Struct IconSetPreset

Namespace: FastReport.Olap.Highlight
Assembly: FastCube.Mono.dll

Struct for preset iconset

public struct IconSetPreset

Constructors

IconSetPreset(string, string, int[])

Creates a new instance.

public IconSetPreset(string group, string name, int[] icons)

Parameters

group string

name string

icons int[]

Fields

group

Name of group.

public string group

Field Value

string

icons

List of icons.

public int[] icons

Field Value

int[]

name

Name.

public string name

Field Value

string