Condividi tramite


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.

Spazio dei nomi:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Class CustomData _
    Inherits DataRegionBody _
    Implements IDataScopeService, IDataScope, IContainedObject, IDataCellScopeService
'Utilizzo
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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.