CustomData Class

Definition

Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.

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
Inheritance
Implements

Constructors

CustomData()

Creates a new instance of the CustomData class.

Properties

AllGroups

Gets or sets all groups of a custom data.

ComponentMetadata

Gets or sets the component metadata.

(Inherited from ReportObject)
DataColumnHierarchy

Gets or sets the hierarchy of column members for the data.

DataRowHierarchy

Gets or sets the hierarchy of row members for the data.

DataRows

Gets or sets the data values to calculate for each detail “cell” of the data.

DataSetName

Gets or sets a value that indicates which dataset to use as the source data for this custom report item.

Filters

Gets or sets the filters to apply to each row of data.

Parent

The parent of this report object.

(Inherited from ReportObjectBase)
Site

Gets or sets the site associated with the ReportObject object.

(Inherited from ReportObject)
SortExpressions

Gets or sets the sort expressions to apply to the data.

Methods

DeepClone()

Returns a deep clone of this ReportObject instance.

(Inherited from ReportObject)
GetContainingDataScopes()

Returns the list of report object that contains data scopes.

(Inherited from ReportObject)
GetDataScopesForDefaultImpl(IContainedObject)

Returns the data scopes for default implementation.

(Inherited from ReportObject)
GetDependenciesCore(IList<ReportObject>)

Returns the dependencies core for the ReportObject object.

(Inherited from ReportObject)
Initialize()

Initializes an instance of the CustomData class.

InitializeForDesigner()

Initializes the report object for designer.

(Inherited from ReportObject)
OnChildPropertyChanged(Int32, Object, Object)

Raises an event when the property of the child was changed.

(Inherited from ReportObject)
OnPropertyChanged(Int32, Object, Object)

Raises an event when the property was changed.

(Inherited from ReportObject)
RdlSemanticEqualsCore(ReportObject, ICollection<ReportObject>)

Returns whether the report definition language semantic is the same with the core object.

(Inherited from ReportObject)
SavePropertyValue<T>(String, T, ReportObject.SwapValue<T>)

Saves the property value of the report object.

(Inherited from ReportObject)

Explicit Interface Implementations

IComponent.Disposed

Occurs when the ReportObject object is disposed.

(Inherited from ReportObject)
IDataScope.Group

Gets the group for the data.

IDataScope.Name

Gets the data name.

IDataScopeService.GetDataScopesFor(IContainedObject)

Gets the data scopes for a contained item.

IDisposable.Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from ReportObject)

Applies to