Del 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 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
Explicit interface implemetationPrivate property IPropertyDefinition.Minimum
Explicit interface implemetationPrivate method IPropertyDefinition.Validate

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.