This topic has not yet been rated - Rate this topic

Property Class

Represents the properties of an item.

System.Object
  ReportService2010.Property

Namespace:  ReportService2010
Assembly:  ReportService2010 (in ReportService2010.dll)

[SerializableAttribute]
public class Property

The Property type exposes the following members.

  Name Description
Public method Property Initializes a new instance of the Property class.
Top
  Name Description
Public property Name Gets or sets the name of the property.
Public property Value Gets or sets the value of the property.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

Use the Property class to retrieve or modify both custom and built-in properties of an item.

A Property object is returned as output by the GetProperties and GetSystemProperties methods and is passed as input to the CreateDataSource, ReportService2010.ReportingService2010.CreateItem(System.String,System.String,System.String,System.Boolean,System.Byte[],ReportService2010.Property[],ReportService2010.Warning[]@), GetProperties, GetSystemProperties, SetProperties, and SetSystemProperties methods.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ