[]
Base implementation of IReportItem that stores report item properties in memory.
public abstract class MemoryReportItem : IReportItem, IRenderComponent, IServiceProvider, IDocumentMapItem, IToggleReceiver
Name | Description |
---|---|
MemoryReportItem() |
Name | Description |
---|---|
Action | Gets or sets the Action object of this report item. |
Bookmark | Gets or sets a bookmark that can be linked to via a Bookmark action. |
DataElementName | Gets or sets the name to use for the data element or attribute for this MemoryReportItem when rendered via a data oriented rendering extension (e.g. XML). |
DataElementOutput | Gets or sets the definition how the MemoryReportItem should appear in data output. |
DataScope | Gets the data scope in a report at rendering time. |
Height | Gets or sets the height of the item. |
Hidden | Gets or sets the original visibility of the report item. |
IsDynamicallyHidden | Gets or sets the Indicator that this report item has dynamic visiblity and is hidden. |
KeepTogether | Gets a value indicating whether the report item is kept together on one page if possible. |
Label | Gets or sets a document map label. |
Left | Gets or sets the distance of the item from the left of the containing object. |
Name | Gets or sets the name of the MemoryReportItem. |
RenderComponents | Gets the render component objects. |
Style | Gets or sets the style of the report item. |
StyleName | Gets or sets a style name. |
TargetDevice | Gets output kinds in which report item is present (Screen, Export etc.) |
ToggleItem | Gets or sets the report item that users can click toggle the visibility of this item. |
ToolTip | Gets or sets a textual label for the item. |
Top | Gets or sets the distance of the item from the top of the containing object. |
Width | Gets or sets the width of the item. |
ZIndex | Gets or sets the drawing order of the item within the containing object. |
Name | Description |
---|---|
GetService(Type) | Gets the service object of the specified type. |
Initialize(IDataScope, IPropertyBag) | Initializes the MemoryReportItem. |
OnClick(IReportItem, int, int, string, MouseButton) | The wrapper for the OnClick event. |