Costruttore StateImage (IPropertyStore)
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Creates a new instance of the StateImage 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 StateImage(propertyStore)
public StateImage(
IPropertyStore propertyStore
)
public:
StateImage(
IPropertyStore^ propertyStore
)
new :
propertyStore:IPropertyStore -> StateImage
public function StateImage(
propertyStore : IPropertyStore
)
Parametri
- propertyStore
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyStore
The property store.
Vedere anche