DefinitionStore<T, E> Class

Represents a property definition store.

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

Syntax

'Declaration
Public Class DefinitionStore(Of T, E)
'Usage
Dim instance As DefinitionStore(Of T, E)
public class DefinitionStore<T, E>
generic<typename T, typename E>
public ref class DefinitionStore
type DefinitionStore<'T, 'E> =  class end
JScript does not support generic types and methods.

Type Parameters

  • T
  • E

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.DefinitionStore<T, E>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.