Rectangle 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個矩形。
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
- 繼承
建構函式
| 名稱 | Description |
|---|---|
| Rectangle() |
建立 Rectangle 類別的新實例。 |
欄位
| 名稱 | Description |
|---|---|
| AllowTypeInHeaderFooter |
允許在頁首頁尾輸入類型。 |
屬性
| 名稱 | Description |
|---|---|
| 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) |
方法
| 名稱 | Description |
|---|---|
| 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<T>) |
儲存報告物件的屬性值。 (繼承來源 ReportObject) |
明確介面實作
| 名稱 | Description |
|---|---|
| IComponent.Disposed |
當物品被處置時 ReportObject 發生。 (繼承來源 ReportObject) |
| IDisposable.Dispose() |
執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。 (繼承來源 ReportObject) |