StringProperty Class

Definition

Represents a report string property.

public ref class StringProperty : Microsoft::ReportingServices::RdlObjectModel::PropertyDefinition, Microsoft::ReportingServices::RdlObjectModel::IPropertyDefinition
public class StringProperty : Microsoft.ReportingServices.RdlObjectModel.PropertyDefinition, Microsoft.ReportingServices.RdlObjectModel.IPropertyDefinition
type StringProperty = class
    inherit PropertyDefinition
    interface IPropertyDefinition
Public Class StringProperty
Inherits PropertyDefinition
Implements IPropertyDefinition
Inheritance
StringProperty
Implements

Constructors

StringProperty(String, String)

Creates a new instance of the StringProperty class.

Properties

Default

Gets the default value.

Name

The property name.

(Inherited from PropertyDefinition)

Explicit Interface Implementations

IPropertyDefinition.Maximum

Gets the maximum value.

IPropertyDefinition.Minimum

Gets the minimum value.

IPropertyDefinition.Validate(Object, Object)

Validates the specified property.

Applies to