Property 类

定义

表示项的属性。

public ref class Property
[System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")]
[System.ComponentModel.DesignerCategory("code")]
[System.Diagnostics.DebuggerStepThrough]
[System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")]
[System.Serializable]
public class Property
[<System.CodeDom.Compiler.GeneratedCode("wsdl", "2.0.50727.3038")>]
[<System.ComponentModel.DesignerCategory("code")>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.Xml.Serialization.XmlType(Namespace="http://schemas.microsoft.com/sqlserver/reporting/2010/03/01/ReportServer")>]
[<System.Serializable>]
type Property = class
Public Class Property
继承
Property
属性

注解

Property使用 类检索或修改项的自定义属性和内置属性。

Property对象由 GetPropertiesGetSystemProperties 方法作为输出返回,并作为输入传递给 CreateDataSource、CreateItem、GetPropertiesGetSystemPropertiesSetPropertiesSetSystemProperties 方法。

构造函数

Property()

初始化 Property 类的新实例。

属性

Name

获取或设置属性的名称。

Value

获取或设置 属性的值。

适用于