GridLayoutDefinition 類別

定義

表示報表參數版面配置方格。

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

建構函式

GridLayoutDefinition()

初始化 GridLayoutDefinition 類別的新執行個體。

欄位

MaxNumberOfColumns

計算資料行的最大數目。

MaxNumberOfConsecutiveEmptyRows

計算連續空白資料列的最大數目。

MaxNumberOfRows

指定版面配置中的最大資料列數目。

屬性

CellDefinitions

取得或設定資料格定義的清單。

ComponentMetadata

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

(繼承來源 ReportObject)
NumberOfColumns

取得或設定版面配置的資料行數目。

NumberOfRows

取得或設定版面配置的資料列數目。

Parent

此報表物件的父系。

(繼承來源 ReportObjectBase)
Site

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

(繼承來源 ReportObject)

方法

DeepClone()

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

(繼承來源 ReportObject)
GetContainingDataScopes()

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

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

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

(繼承來源 ReportObject)
Initialize()

初始化 ReportObject 的執行個體。

(繼承來源 ReportObject)
InitializeForDesigner()

初始化設計工具的報表物件。

(繼承來源 ReportObject)
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)

適用於