Property Class
Represents the properties of an item.
Assembly: ReportService2010 (in ReportService2010.dll)
| Name | Description | |
|---|---|---|
![]() | Property() | Initializes a new instance of the Property class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
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, M: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.


