Name | Description | |
---|---|---|
CellViewerManagerReportStyle Constructor |
The following tables list the members exposed by CellViewerManagerReportStyle.
Name | Description | |
---|---|---|
CellViewerManagerReportStyle Constructor |
Name | Description | |
---|---|---|
ImageAlignment | Gets or sets the alignment of the image in the ImageArea when the Xceed.Grid.Viewers.CellViewerManager is printed in a report. | |
ImageArea | Gets or sets the area where the Xceed.Grid.Viewers.CellViewerManager's image is displayed when it is printed in a report. | |
ImageAutoSize | Gets or sets a value representing how the Xceed.Grid.Viewers.CellViewerManager's image size will be handled in a report. | |
ImagePadding | Gets or sets the padding surrounding the Xceed.Grid.Viewers.CellViewerManager's image, in hundredths of an inch, when it is printed in a report. | |
ImageSize | Gets or sets the size of the Xceed.Grid.Viewers.CellViewerManager's image when it is printed in a report. | |
ImageStyle | Gets or sets a value indicating the style with which the image is displayed when the Xceed.Grid.Viewers.CellViewerManager is printed in a report. | |
IsImageAlignmentDefined | Gets a boolean value indicating if the ImageAlignment property has been explicitly set. | |
IsImageAreaDefined | Gets a boolean value indicating if the ImageArea property has been explicitly set. | |
IsImageAutoSizeDefined | Gets a boolean value indicating if the ImageAutoSize property has been explicitly set. | |
IsImagePaddingDefined | Gets a boolean value indicating if the ImagePadding property has been explicitly set. | |
IsImageSizeDefined | Gets a boolean value indicating if the ImageSize property has been explicitly set. | |
IsImageStyleDefined | Gets a boolean value indicating if the ImageStyle property has been explicitly set. | |
IsPreserveImageAspectRatioDefined | Gets a boolean value indicating if the PreserveImageAspectRatio property has been explicitly set. | |
IsTextPaddingDefined | Gets a boolean value indicating if the TextPadding property has been explicitly set. | |
PreserveImageAspectRatio | Gets or sets a boolean value indicating if the image should preserve its aspect ratio when the Xceed.Grid.Viewers.CellViewerManager is printed in a report. | |
TextPadding | Gets or sets the padding surrounding the Xceed.Grid.Viewers.CellViewerManager's text, in hundredths of an inch, when it is printed in a report. |
Name | Description | |
---|---|---|
Properties | Gets a collection of property names whose values have been explicitly set as well as the corresponding values. |
Name | Description | |
---|---|---|
Reset | Resets all of the properties that have been explicitly set back to their default values. | |
ResetImageAlignment | Resets the value of the ImageAlignment property to its default value, ImageAlignment.CellAmbient. | |
ResetImageArea | Resets the value of the ImageArea property to its default value, ImageArea.None. | |
ResetImageAutoSize | Resets the value of the ImageAutoSize property to its default value, ImageAutoSize.ImageScreenSize. | |
ResetImagePadding | Resets the value of the ImagePadding property to its default value, ImagePadding.Empty. | |
ResetImageSize | Resets the value of the ImageSize property to its default value, Size.Empty. | |
ResetImageStyle | Resets the value of the ImageStyle property to its default value, ImageStyle.Align. | |
ResetPreserveImageAspectRatio | Resets the value of the PreserveImageAspectRatio property to its default value, true. | |
ResetTextPadding | Resets the value of the TextPadding property to its default value, Margins.Empty. |
Name | Description | |
---|---|---|
OnImageAlignmentChanged | Raises the ImageAlignmentChanged event. | |
OnImageAreaChanged | Raises the ImageAreaChanged event. | |
OnImageAutoSizeChanged | Raises the ImageAutoSizeChanged event. | |
OnImagePaddingChanged | Raises the ImagePaddingChanged event. | |
OnImageSizeChanged | Raises the ImageSizeChanged event. | |
OnImageStyleChanged | Raises the ImageStyleChanged event. | |
OnPreserveImageAspectRatioChanged | Raises the PreserveImageAspectRatioChanged event. | |
OnTextPaddingChanged | Raises the TextPaddingChanged event. |
Name | Description | |
---|---|---|
ImageAlignmentChanged | Raised when the value of the ImageAlignment property is changed. | |
ImageAreaChanged | Raised when the value of the ImageArea property is changed. | |
ImageAutoSizeChanged | Raised when the value of the ImageAutoSize property is changed. | |
ImagePaddingChanged | Raised when the value of the ImagePadding property is changed. | |
ImageSizeChanged | Raised when the value of the ImageSize property is changed. | |
ImageStyleChanged | Raised when the value of the ImageStyle property is changed. | |
PreserveImageAspectRatioChanged | Raised when the value of the PreserveImageAspectRatio property is changed. | |
TextPaddingChanged | Raised when the value of the TextPadding property is changed. |