Share via


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
Public method StringProperty Creates a new instance of the StringProperty class.

Top

Properties

  Name Description
Public property Default Gets the default value.
Public property Name The property name. (Inherited from PropertyDefinition.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate property IPropertyDefinition.Maximum Gets the maximum value of the string property.
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum Gets the minimum value of the string property.
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.ReportingServices.RdlObjectModel Namespace