CustomData 類別

定義

代表要交給自訂報告項目的資料,以及資料應該如何分組、排序、篩選和彙總。

public ref class CustomData : Microsoft::ReportingServices::RdlObjectModel::DataRegionBody, Microsoft::ReportingServices::RdlObjectModel::IDataScope
public class CustomData : Microsoft.ReportingServices.RdlObjectModel.DataRegionBody, Microsoft.ReportingServices.RdlObjectModel.IDataScope
type CustomData = class
    inherit DataRegionBody
    interface IDataScopeService
    interface IDataScope
    interface IContainedObject
Public Class CustomData
Inherits DataRegionBody
Implements IDataScope
繼承
實作

建構函式

名稱 Description
CustomData()

建立 CustomData 類別的新實例。

屬性

名稱 Description
AllGroups

取得或設定所有自訂資料群組。

ComponentMetadata

取得或設定元件的元資料。

(繼承來源 ReportObject)
DataColumnHierarchy

取得或設定資料欄位成員的階層結構。

DataRowHierarchy

取得或設定資料列成員的階層結構。

DataRows

取得或設定資料值,以計算資料中每個細節「儲存格」。

DataSetName

取得或設定一個值,指示該用哪個資料集作為此自訂報告項目的來源資料。

Filters

取得或設定過濾器套用到每一列資料。

Parent

本報告的母體反對。

(繼承來源 ReportObjectBase)
Site

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

(繼承來源 ReportObject)
SortExpressions

取得或設定套用到資料上的排序表達式。

方法

名稱 Description
DeepClone()

回傳一個深度複製品。ReportObject

(繼承來源 ReportObject)
GetContainingDataScopes()

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

(繼承來源 ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

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

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

回傳物件的 ReportObject 相依核心。

(繼承來源 ReportObject)
Initialize()

初始化該 CustomData 類別的實例。

InitializeForDesigner()

初始化設計器的報表物件。

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

取得群組以取得資料。

IDataScope.Name

取得資料名稱。

IDataScopeService.GetDataScopesFor(IContainedObject)

取得包含項目的資料範圍。

IDisposable.Dispose()

執行與釋放、釋放或重設非受控資源相關聯的應用程式定義工作。

(繼承來源 ReportObject)

適用於