Partager via


TablixCell constructeur (IPropertyStore)

Creates a new instance of the TablixCell class.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    propertyStore As IPropertyStore _
)
'Utilisation
Dim propertyStore As IPropertyStore

Dim instance As New TablixCell(propertyStore)
public TablixCell(
    IPropertyStore propertyStore
)
public:
TablixCell(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> TablixCell
public function TablixCell(
    propertyStore : IPropertyStore
)

Paramètres