NumericIndicator-Konstruktor (IPropertyStore)
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
Creates a new instance of the NumericIndicator class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
propertyStore As IPropertyStore _
)
'Usage
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
)
Parameter
- propertyStore
Typ: Microsoft.ReportingServices.RdlObjectModel. . :: . .IPropertyStore
The property store.