StringProperty 类

定义

表示某一报表字符串属性。

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
继承
StringProperty
实现

构造函数

StringProperty(String, String)

创建 StringProperty 类的新实例。

属性

Default

获取默认值。

Name

属性名称。

(继承自 PropertyDefinition)

显式接口实现

IPropertyDefinition.Maximum

获取最大值。

IPropertyDefinition.Minimum

获取最小值。

IPropertyDefinition.Validate(Object, Object)

验证指定属性。

适用于