Condividi tramite


Costruttore NumericIndicator (IPropertyStore)

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

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

Parametri