Classe StringProperty
Represents a report string property.
Hierarquia de herança
System. . :: . .Object
Microsoft.ReportingServices.RdlObjectModel. . :: . .PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel..::..StringProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Class StringProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Uso
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
O tipo StringProperty expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
StringProperty | Creates a new instance of the StringProperty class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Default | The default value. | |
Name | The property name. (Herdado de PropertyDefinition.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IPropertyDefinition. . :: . .Maximum | ||
IPropertyDefinition. . :: . .Minimum | ||
IPropertyDefinition. . :: . .Validate |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.