Condividi tramite


Costruttore ChartLegendColumn (IPropertyStore)

Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.

Creates a new instance of the ChartLegendColumn class.

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

Sintassi

'Dichiarazione
Public Sub New ( _
    propertyStore As IPropertyStore _
)
'Utilizzo
Dim propertyStore As IPropertyStore

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

Parametri