ReportToolbarImages Properties
Contains settings that allow images to be defined for the ReportToolbar‘s specific elements.Name | Description |
---|---|
BtnFirstPage | Gets the image settings of the First Page button. |
BtnLastPage | Gets the image settings of the Last Page button. |
BtnNextPage | Gets the image settings of the Next Page button. |
BtnPrevPage | Gets the image settings of the Previous Page button. |
BtnPrint | Gets the image settings of the Print button. |
BtnPrintPage | Gets the image settings of the Print Page button. |
BtnSave | Gets the image settings of the Save button. |
BtnSaveWindow | Gets the image settings of the Save to Window button. |
BtnSearch | Gets the image settings of the Search button. |
EnableDefaultImages | Gets or sets a value that specifies whether the ReportToolbar control displays a predefined set of button images, or some of these images should be changed. |
ImageFolder | Gets or sets the path to the folder that contains images used by a control. Inherited from ImagesBase. |
LoadingPanel | Gets the Loading Panel‘s image settings. |
SpriteCssFilePath | Gets or sets the path to a CSS file that defines the control’s sprite image settings. Inherited from ImagesBase. |
SpriteImageUrl | Gets or sets the path to a sprite image. Inherited from ImagesBase. |
See Also