Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Constructs a CustomProperty object.
Namespace: Microsoft.ReportingServices.ReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in microsoft.reportingservices.processingcore.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
value As Object _
)
public CustomProperty (
string name,
Object value
)
public:
CustomProperty (
String^ name,
Object^ value
)
public CustomProperty (
String name,
Object value
)
public function CustomProperty (
name : String,
value : Object
)
Parameters
- name
The name of the custom property.
- value
The Value of the custom property.
Remarks
New:5 December 2005
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
CustomProperty Class
CustomProperty Members
Microsoft.ReportingServices.ReportRendering Namespace