Rectangle 類別

定義

表示矩形。

public ref class Rectangle : Microsoft::ReportingServices::RdlObjectModel::ReportItem
public class Rectangle : Microsoft.ReportingServices.RdlObjectModel.ReportItem
type Rectangle = class
    inherit ReportItem
Public Class Rectangle
Inherits ReportItem
繼承

建構函式

Rectangle()

建立 Rectangle 類別的新執行個體。

欄位

AllowTypeInHeaderFooter

允許頁首頁尾中的類型。

屬性

ActionInfo

取得或設定與 ReportItem 相關聯的動作。

(繼承來源 ReportItem)
AllowInHeaderFooter

取得值,指出頁首或頁尾中是否允許資料區。

Bookmark

取得或設定書籤,該書籤可透過使用書籤動作的方式連結。

(繼承來源 ReportItem)
ComponentMetadata

取得或設定元件中繼資料。

(繼承來源 ReportObject)
ContainedReportItems

取得矩形中包含的報表項目。

CustomProperties

取得或設定要交付給報表轉譯元件的自訂資訊。

(繼承來源 ReportItem)
DataElementName

取得或設定要用於這個報表項目之資料元素/屬性的名稱。

(繼承來源 ReportItem)
DataElementOutput

取得或設定值,這個值會指出矩形是否應在轉譯時出現。

DocumentMapLabel

取得或設定識別用戶端使用者介面中報表項目執行個體的標籤。這個標籤提供了用於搜尋的使用者易記標籤。

(繼承來源 ReportItem)
DocumentMapLabelLocID

取得或設定 DocumentMapLabel 屬性的唯一識別碼。

(繼承來源 ReportItem)
Height

取得或設定項目的高度。

(繼承來源 ReportItem)
KeepTogether

取得或設定值,這個值會指出是否要盡可能將整個矩形的內容保持在單一頁面上。

Left

取得或設定項目與包含物件左邊之間的距離。

(繼承來源 ReportItem)
LinkToChild

取得或設定直接包含在此矩形內的報表項目名稱,這是 [文件引導模式] 標籤 (如果有的話) 的目標位置。

Name

取得或設定報表項目的名稱。

(繼承來源 ReportItem)
OmitBorderOnPageBreak

取得或設定值,這個值會指出框線是否不應該出現在矩形跨越多個頁面的位置。

PageBreak

取得或設定矩形的分頁行為。

PageName

取得或設定頁面名稱。

Parent

此報表物件的父系。

(繼承來源 ReportObjectBase)
RepeatWith

取得或設定這個報表項目應隨著重複的資料區名稱 (如果該資料區橫跨多個頁面的話)。

(繼承來源 ReportItem)
ReportItems

取得或設定矩形界限內所包含的報表項目集合。

Site

取得或設定與 ReportObject 物件相關聯的網站。

(繼承來源 ReportObject)
Style

取得這個報表定義物件的樣式屬性。

(繼承來源 ReportElement)
ToolTip

取得或設定報表項目的文字標籤。 用於轉譯 HTML 報表中 TITLE 和 ALT 屬性的這類事件。

(繼承來源 ReportItem)
ToolTipLocID

取得或設定 ToolTip 屬性的唯一識別碼。

(繼承來源 ReportItem)
Top

取得或設定項目與包含物件頂端之間的距離。

(繼承來源 ReportItem)
Visibility

取得或設定這個報表物件的目前可見性狀態。

(繼承來源 ReportItem)
Width

取得或設定項目的寬度。 只有線條可以有負數大小。

(繼承來源 ReportItem)
ZIndex

取得或設定包含物件內之報表項目的繪製順序。

(繼承來源 ReportItem)

方法

DeepClone()

傳回此 ReportObject 執行個體的深入複製。

(繼承來源 ReportObject)
GetContainingDataScopes()

傳回包含資料範圍的報表物件清單。

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

傳回預設實作的資料範圍。

(繼承來源 ReportObject)
GetDependenciesCore(IList<ReportObject>)

傳回 ReportObject 物件的相依性核心。

(繼承來源 ReportObject)
Initialize()

初始化 Rectangle 類別的執行個體。

InitializeForDesigner()

針對設計工具初始化 ReportItem 類別之執行個體的屬性。

(繼承來源 ReportItem)
OnChildPropertyChanged(Int32, Object, Object)

當子系的屬性變更時,引發事件。

(繼承來源 ReportObject)
OnPropertyChanged(Int32, Object, Object)

當屬性變更時,引發事件。

(繼承來源 ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

傳回報表定義語言語意是否與核心物件相同。

(繼承來源 ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue)

儲存報表物件的屬性值。

(繼承來源 ReportObject)

明確介面實作

IComponent.Disposed

在處置 ReportObject 物件時發生。

(繼承來源 ReportObject)
IDisposable.Dispose()

執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。

(繼承來源 ReportObject)

適用於