CustomProperty(String, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a CustomProperty
object.
public:
CustomProperty(System::String ^ name, System::Object ^ value);
public CustomProperty (string name, object value);
new Microsoft.ReportingServices.ReportRendering.CustomProperty : string * obj -> Microsoft.ReportingServices.ReportRendering.CustomProperty
Public Sub New (name As String, value As Object)
Parameters
- name
- String
The name of the custom property.
- value
- Object
The Value of the custom property.