StringProperty Class
Represents a report string property.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
Microsoft.ReportingServices.RdlObjectModel.StringProperty
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Class StringProperty _
Inherits PropertyDefinition _
Implements IPropertyDefinition
'Usage
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
The StringProperty type exposes the following members.
Constructors
Name | Description | |
---|---|---|
StringProperty | Creates a new instance of the StringProperty class. |
Top
Properties
Name | Description | |
---|---|---|
Default | Gets the default value. | |
Name | The property name. (Inherited from PropertyDefinition.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.