Share via


StringProperty Class

Represents a report string property.

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition
    Microsoft.ReportingServices.RdlObjectModel.StringProperty

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.