Rectangle 類別

定義

代表一個矩形。 此類別無法獲得繼承。

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

欄位

名稱 Description
m_canClick

指定一個能點擊的報表項目。

(繼承來源 ReportItem)
m_canDrag

指定一個可以拖曳的報告項目。

(繼承來源 ReportItem)
m_canEdit

指定一個可編輯的報告項目。

(繼承來源 ReportItem)
m_dropTarget

指定報告項目的投放目標。

(繼承來源 ReportItem)
m_intUniqueName

指定報告項目的唯一名稱。

(繼承來源 ReportItem)

屬性

名稱 Description
Bookmark

在報告中為該項目設置書籤。

(繼承來源 ReportItem)
Custom

取得報告定義中標籤的內容 Custom

(繼承來源 ReportItem)
CustomProperties

取得或設定報告項目的自訂屬性。

(繼承來源 ReportItem)
DataElementName

取得報告項目的資料元素名稱。

(繼承來源 ReportItem)
DataElementOutput

報表項目中會被使用。DataElementOutputTypes

(繼承來源 ReportItem)
HasToggle

會取得一個值,表示報告定義是否為該報告項目定義了切換項目。

(繼承來源 ReportItem)
Height

取得或設定報告中項目的高度,包括單元編號,如 cmmminptpc或 。

(繼承來源 ReportItem)
Hidden

取得或設定一個值,指示該物品是否隱藏。

(繼承來源 ReportItem)
ID

取得報告中項目的識別碼。

(繼承來源 ReportItem)
InDocumentMap

會收到 Boolean 一個指示,顯示該報告項目是否可以出現在文件地圖中。

(繼承來源 ReportItem)
IsCustomControl

會得到一個值,表示報告項目是否為自訂控制項。

(繼承來源 ReportItem)
IsFullSize

會得到一個值,表示表格、矩陣成員或矩陣格的頂層項目是否展開為 100%。

(繼承來源 ReportItem)
IsToggleChild

會取得一個值,表示該報表項目是否可以透過另一個項目的控制來顯示或切換。

(繼承來源 ReportItem)
Label

取得或設定報告中項目的文件映射標籤。

(繼承來源 ReportItem)
Left

取得或設定報告項目左邊的水平位置,包括單元指定符,如 cmmminptpc或 。

(繼承來源 ReportItem)
LinkToChild

如果有的話,會取得一個索引 ReportItemCollection,並 ReportItem 參考應該連結的 ,使用文件映射,而非目前項目。

Name

取得報告中項目名稱,符合報告定義中指定的。

(繼承來源 ReportItem)
PageBreakAtEnd

表示矩形末端是否有分頁。

PageBreakAtStart

表示矩形起始是否有分頁。

RenderingInfo

取得或設定針對目前報告項目實例的特定資料。

(繼承來源 ReportItem)
RepeatedSibling

會得到一個值,指示 ReportItem 是否在每頁重複出現,作為另一個報表項目的重複姊妹項目。

(繼承來源 ReportItem)
ReportItemCollection

會取得矩形內報告項目的集合。

SharedHidden

取得或設定一個 SharedHiddenState 物件,指示該物品是永遠、永遠或有時隱藏。

(繼承來源 ReportItem)
SharedRenderingInfo

取得或設定共享資料,供未來渲染擴充使用。

Style

取得或設定報告項目定義的樣式屬性。

(繼承來源 ReportItem)
ToggleItem

會取得這個報表項目的切換項目名稱。

(繼承來源 ReportItem)
ToolTip

取得或設定與報告項目相關的工具提示文字。

(繼承來源 ReportItem)
Top

取得或設定報告項目頂端邊緣的垂直位置,單位為 cmmminptpc、 或 。

(繼承來源 ReportItem)
UniqueName

取得包含自動產生識別碼的字串。

(繼承來源 ReportItem)
Width

取得或設定報告中項目的寬度,包含單元指定符如 cmmminptpc或 。

(繼承來源 ReportItem)
ZIndex

取得或設定報告項目的 Z 索引。

(繼承來源 ReportItem)

方法

名稱 Description
DeepClone(ReportItem)

建立指定物件的深度複製。

(繼承來源 ReportItem)

適用於