Classe CustomData
Represents the data to be handed to a custom report item and the way that data should be grouped, sorted, filtered and aggregated.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObjectBase
Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportObject
Microsoft.ReportingServices.RdlObjectModel. . :: . .DataRegionBody
Microsoft.ReportingServices.RdlObjectModel..::..CustomData
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Class CustomData _
Inherits DataRegionBody _
Implements IDataScopeService, IDataScope, IContainedObject
'Utilisation
Dim instance As CustomData
public class CustomData : DataRegionBody, IDataScopeService,
IDataScope, IContainedObject
public ref class CustomData : public DataRegionBody,
IDataScopeService, IDataScope, IContainedObject
type CustomData =
class
inherit DataRegionBody
interface IDataScopeService
interface IDataScope
interface IContainedObject
end
public class CustomData extends DataRegionBody implements IDataScopeService, IDataScope, IContainedObject
Le type CustomData expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
CustomData | Creates a new instance of the CustomData class. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
AllGroups | Infrastructure. | |
ComponentMetadata | The component metadata. (hérité de ReportObject.) | |
DataColumnHierarchy | The hierarchy of column members for the data. | |
DataRowHierarchy | The hierarchy of row members for the data. | |
DataRows | The data values to calculate for each detail “cell” of the data. | |
DataSetName | Indicates which data set to use as the source data for this custom report item. | |
Filters | Filters to apply to each row of data. | |
Parent | The parent of this report object. (hérité de ReportObjectBase.) | |
Site | Infrastructure. (hérité de ReportObject.) | |
SortExpressions | Sort expressions to apply to the data. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
DeepClone | Returns a deep clone of this ReportObject instance. (hérité de ReportObject.) | |
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetContainingDataScopes | Infrastructure. (hérité de ReportObject.) | |
GetDataScopesForDefaultImpl | Infrastructure. (hérité de ReportObject.) | |
GetDependenciesCore | Infrastructure. (hérité de ReportObject.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
Initialize | Initializes an instance of the CustomData class. (remplace ReportObject. . :: . .Initialize() () () ().) | |
InitializeForDesigner | Infrastructure. (hérité de ReportObject.) | |
MemberwiseClone | (hérité de Object.) | |
OnChildPropertyChanged | Infrastructure. (hérité de ReportObject.) | |
OnPropertyChanged | Infrastructure. (hérité de ReportObject.) | |
RdlSemanticEqualsCore | Infrastructure. (hérité de ReportObject.) | |
SavePropertyValue< (Of < <' (T> ) > > ) | Infrastructure. (hérité de ReportObject.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IDisposable. . :: . .Dispose | (hérité de ReportObject.) | |
IComponent. . :: . .Disposed | (hérité de ReportObject.) | |
IDataScope. . :: . .Group | ||
IDataScope. . :: . .Name | ||
IDataScopeService. . :: . .GetDataScopesFor |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.