共用方式為


StringProperty.IPropertyDefinition.Maximum 屬性

Gets the maximum value of the string property.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Private ReadOnly Property Maximum As Object 
    Implements IPropertyDefinition.Maximum 
    Get
'用途
Dim instance As StringProperty 
Dim value As Object 

value = CType(instance, IPropertyDefinition).Maximum
Object IPropertyDefinition.Maximum { get; }
private:
virtual property Object^ Maximum {
    Object^ get () sealed = IPropertyDefinition::Maximum::get;
}
private abstract Maximum : Object 
private override Maximum : Object
JScript 支援明確介面實作的使用,但不支援新介面實作的宣告。

屬性值

型別:System.Object
The maximum value of the string property.

實作

IPropertyDefinition.Maximum

請參閱

參考

StringProperty 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間