Share via


Property Classe

Definizione

Rappresenta le proprietà di un elemento.

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
Ereditarietà
Property
Attributi

Commenti

Usare la Property classe per recuperare o modificare le proprietà personalizzate e predefinite di un elemento.

Un Property oggetto viene restituito come output dai GetProperties metodi e GetSystemProperties e viene passato come input ai CreateDataSourcemetodi , CreateItem, SetPropertiesGetPropertiesGetSystemPropertiese .SetSystemProperties

Costruttori

Property()

Inizializza una nuova istanza della classe Property.

Proprietà

Name

Ottiene o imposta il nome della proprietà.

Value

Ottiene o imposta il valore della proprietà.

Si applica a