Partilhar via


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.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Class CustomData _
    Inherits DataRegionBody _
    Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Uso
Dim instance As CustomData
public class CustomData : DataRegionBody, IDataScopeService, 
    IDataScope, IContainedObject, IDataCellScopeService
public ref class CustomData : public DataRegionBody, 
    IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
type CustomData =  
    class
        inherit DataRegionBody
        interface IDataScopeService
        interface IDataScope
        interface IContainedObject
        interface IDataCellScopeService
    end
public class CustomData extends DataRegionBody implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.