Compartilhar via


Construtor ChartLegendCustomItemCell (IPropertyStore)

Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.

Creates a new instance of the ChartLegendCustomItemCell class.

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

Sintaxe

'Declaração
Public Sub New ( _
    propertyStore As IPropertyStore _
)
'Uso
Dim propertyStore As IPropertyStore

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

Parâmetros