Partilhar via


Construtor ChartDataPointValues (IPropertyStore)

Creates a new instance of the ChartDataPointValues 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 ChartDataPointValues(propertyStore)
public ChartDataPointValues(
    IPropertyStore propertyStore
)
public:
ChartDataPointValues(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> ChartDataPointValues
public function ChartDataPointValues(
    propertyStore : IPropertyStore
)

Parâmetros