Classe CustomData
Represents the data to display in a custom report item. This class cannot be inherited.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.ReportingServices.ReportRendering..::..CustomData
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public NotInheritable Class CustomData
'Utilisation
Dim instance As CustomData
public sealed class CustomData
public ref class CustomData sealed
[<SealedAttribute>]
type CustomData = class end
public final class CustomData
Le type CustomData expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
![]() |
DataCells | Returns the data values contained in each detail cell of the custom report item data. |
![]() |
DataColumnGroupings | Returns the set of column groupings for the custom report item data. |
![]() |
DataRowGroupings | Returns the set of row groupings for the custom report item data. |
![]() |
NoRows | Indicates that the CustomData object contains no rows of data. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
![]() |
Equals | (hérité de Object.) |
![]() |
Finalize | (hérité de Object.) |
![]() |
GetHashCode | (hérité de Object.) |
![]() |
GetType | (hérité de Object.) |
![]() |
MemberwiseClone | (hérité de Object.) |
![]() |
ToString | (hérité de Object.) |
Haut de la page
Notes
A CustomData object is handed to a custom report item component at run-time. For more information, see Éléments de rapport personnalisés.
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.