Элементы Rectangle

Represents a rectangle report item.

Тип Rectangle предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод CreateCustomProperty Creates a new custom property and adds it to the custom properties collection of the report item.Used in custom report items. (Наследуется из ReportItem.)
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString (Наследуется из Object.)

В начало

Поля

  Имя Описание
Защищенное поле m_bookmark Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_cachedHeight Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_cachedWidth Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_definitionPath Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_documentMapLabel Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_instance Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_inSubtotal Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_isListContentsRectangle Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_isOldSnapshot Инфраструктура. (Наследуется из ReportElement.)
Защищенное поле m_parentDefinitionPath Инфраструктура. (Наследуется из ReportElement.)
Защищенное поле m_startHidden Инфраструктура. (Наследуется из ReportItem.)
Защищенное поле m_style Инфраструктура. (Наследуется из ReportElement.)
Защищенное поле m_toolTip Инфраструктура. (Наследуется из ReportItem.)

В начало

Свойства

  Имя Описание
Открытое свойство Bookmark A bookmark that can be linked to via a bookmark action (Наследуется из ReportItem.)
Открытое свойство CustomProperties Custom information to be handed to the report rendering component (Наследуется из ReportItem.)
Открытое свойство DataElementName The name to use for the data element/attribute for this report item. (Наследуется из ReportItem.)
Открытое свойство DataElementOutput Gets a value that indicates whether the rectangle should be rendered in the report output, or if only its content should be rendered. (Перезаписывает ReportItem. . :: . .DataElementOutput.)
Открытое свойство DefinitionPath Gets the path to this report definition object in the report definition. (Наследуется из ReportItem.)
Открытое свойство DocumentMapLabel A label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching) (Наследуется из ReportItem.)
Открытое свойство Height Height of the item. (Наследуется из ReportItem.)
Открытое свойство ID Gets the unique identifier for this report definition object. (Наследуется из ReportItem.)
Открытое свойство Instance Gets the report instance object that contains the calculated values of this report definition object. (Наследуется из ReportItem.)
Открытое свойство IsSimple Indicates this is an auto-generated rectangle, which is needed only as a container for other report items. An auto-generated rectangle will have no style properties of its own.
Открытое свойство KeepTogether Indicates the entire contents of the rectangle should be kept together on one page if possible.
Открытое свойство Left Gets the distance from the rectangle to the left side of the container. (Перезаписывает ReportItem. . :: . .Left.)
Открытое свойство LinkToChild The name of a report item contained directly within this rectangle that is the target location for the Document Map label (if any). (Перезаписывает ReportItem. . :: . .LinkToChild.)
Открытое свойство Name Name of rectangle. (Перезаписывает ReportItem. . :: . .Name.)
Открытое свойство OmitBorderOnPageBreak Indicates the borders should not appear at locations where the rectangle spans multiple pages.
Открытое свойство PageBreak Defines page break behavior for the rectangle.
Открытое свойство ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Наследуется из ReportElement.)
Открытое свойство RepeatedSibling Indicates this report item has a RepeatWith property (Наследуется из ReportItem.)
Открытое свойство RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (Наследуется из ReportItem.)
Открытое свойство ReportItemCollection Gets the report items in the rectangle.
Открытое свойство Style Gets the style properties of this report definition object. (Наследуется из ReportItem.)
Открытое свойство ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Наследуется из ReportItem.)
Открытое свойство Top Gets the distance from this rectangle to the top of the container. (Перезаписывает ReportItem. . :: . .Top.)
Открытое свойство Visibility Gets the current visibility state of this report object. (Перезаписывает ReportItem. . :: . .Visibility.)
Открытое свойство Width Width of the item. Negative sizes allowed only for lines (Наследуется из ReportItem.)
Открытое свойство ZIndex Drawing order of the report item within the containing object. Items with lower indices should be drawn first (appearing behind items with higher indices). (Наследуется из ReportItem.)

В начало