CustomProperty.Value Property
Returns the value of the custom property.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
'Declaration
Public ReadOnly Property Value As Object
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
/** @property */
public Object get_Value ()
public function get Value () : Object
An object containing the value of the custom property.
New:5 December 2005
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace