Condividi tramite


Membri Rectangle

Represents a rectangle report item.

Il tipo Rectangle espone i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico CreateCustomProperty Creates a new custom property and adds it to the custom properties collection of the report item.Used in custom report items. (Ereditato da ReportItem).
Metodo pubblico Equals (Ereditato da Object).
Metodo protetto Finalize (Ereditato da Object).
Metodo pubblico GetHashCode (Ereditato da Object).
Metodo pubblico GetType (Ereditato da Object).
Metodo protetto MemberwiseClone (Ereditato da Object).
Metodo pubblico ToString (Ereditato da Object).

In alto

Campi

  Nome Descrizione
Campo protetto m_bookmark Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_cachedHeight Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_cachedWidth Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_definitionPath Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_documentMapLabel Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_instance Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_inSubtotal Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_isListContentsRectangle Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_isOldSnapshot Infrastruttura. (Ereditato da ReportElement).
Campo protetto m_parentDefinitionPath Infrastruttura. (Ereditato da ReportElement).
Campo protetto m_startHidden Infrastruttura. (Ereditato da ReportItem).
Campo protetto m_style Infrastruttura. (Ereditato da ReportElement).
Campo protetto m_toolTip Infrastruttura. (Ereditato da ReportItem).

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Bookmark A bookmark that can be linked to via a bookmark action (Ereditato da ReportItem).
Proprietà pubblica CustomProperties Custom information to be handed to the report rendering component (Ereditato da ReportItem).
Proprietà pubblica DataElementName The name to use for the data element/attribute for this report item. (Ereditato da ReportItem).
Proprietà pubblica DataElementOutput Gets a value that indicates whether the rectangle should be rendered in the report output, or if only its content should be rendered. (Esegue l'override di ReportItem. . :: . .DataElementOutput.)
Proprietà pubblica DefinitionPath Gets the path to this report definition object in the report definition. (Ereditato da ReportItem).
Proprietà pubblica DocumentMapLabel A label to identify an instance of a report item within the client UI (to provide a user-friendly label for searching) (Ereditato da ReportItem).
Proprietà pubblica Height Height of the item. (Ereditato da ReportItem).
Proprietà pubblica ID Gets the unique identifier for this report definition object. (Ereditato da ReportItem).
Proprietà pubblica Instance Gets the report instance object that contains the calculated values of this report definition object. (Ereditato da ReportItem).
Proprietà pubblica 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.
Proprietà pubblica KeepTogether Indicates the entire contents of the rectangle should be kept together on one page if possible.
Proprietà pubblica Left Gets the distance from the rectangle to the left side of the container. (Esegue l'override di ReportItem. . :: . .Left.)
Proprietà pubblica LinkToChild The name of a report item contained directly within this rectangle that is the target location for the Document Map label (if any). (Esegue l'override di ReportItem. . :: . .LinkToChild.)
Proprietà pubblica Name Name of rectangle. (Esegue l'override di ReportItem. . :: . .Name.)
Proprietà pubblica OmitBorderOnPageBreak Indicates the borders should not appear at locations where the rectangle spans multiple pages.
Proprietà pubblica PageBreak Defines page break behavior for the rectangle.
Proprietà pubblica ParentDefinitionPath Gets the path to report definition object's parent in the report definition. (Ereditato da ReportElement).
Proprietà pubblica RepeatedSibling Indicates this report item has a RepeatWith property (Ereditato da ReportItem).
Proprietà pubblica RepeatWith The name of a data region that this report item should be repeated with if that data region spans multiple pages. (Ereditato da ReportItem).
Proprietà pubblica ReportItemCollection Gets the report items in the rectangle.
Proprietà pubblica Style Gets the style properties of this report definition object. (Ereditato da ReportItem).
Proprietà pubblica ToolTip A textual label for the report item. Used for such things as rendering TITLE and ALT attributes in HTML reports (Ereditato da ReportItem).
Proprietà pubblica Top Gets the distance from this rectangle to the top of the container. (Esegue l'override di ReportItem. . :: . .Top.)
Proprietà pubblica Visibility Gets the current visibility state of this report object. (Esegue l'override di ReportItem. . :: . .Visibility.)
Proprietà pubblica Width Width of the item. Negative sizes allowed only for lines (Ereditato da ReportItem).
Proprietà pubblica 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). (Ereditato da ReportItem).

In alto