Condividi tramite


Costruttore ChartCodeParameter (IPropertyStore)

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

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 ChartCodeParameter(propertyStore)
public ChartCodeParameter(
    IPropertyStore propertyStore
)
public:
ChartCodeParameter(
    IPropertyStore^ propertyStore
)
new : 
        propertyStore:IPropertyStore -> ChartCodeParameter
public function ChartCodeParameter(
    propertyStore : IPropertyStore
)