StringProperty Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |