Classe StringProperty
Represents a report string property.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.StringProperty
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Class StringProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Utilizzo
Dim instance As StringProperty
public class StringProperty : PropertyDefinition,
IPropertyDefinition
public ref class StringProperty : public PropertyDefinition,
IPropertyDefinition
type StringProperty =
class
inherit PropertyDefinition
interface IPropertyDefinition
end
public class StringProperty extends PropertyDefinition implements IPropertyDefinition
Nel tipo StringProperty sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
StringProperty | Creates a new instance of the StringProperty class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Default | Gets the default value. | |
Name | The property name. Ereditato da PropertyDefinition. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IPropertyDefinition.Maximum | Gets the maximum value of the string property. | |
IPropertyDefinition.Minimum | Gets the minimum value of the string property. | |
IPropertyDefinition.Validate | Validates the specified property. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.