ColorProperty(String, Nullable<ReportColor>) 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.
Initializes a new instance of the ColorProperty class.
public:
ColorProperty(System::String ^ name, Nullable<Microsoft::ReportingServices::RdlObjectModel::ReportColor> defaultValue);
public ColorProperty (string name, Microsoft.ReportingServices.RdlObjectModel.ReportColor? defaultValue);
new Microsoft.ReportingServices.RdlObjectModel.ColorProperty : string * Nullable<Microsoft.ReportingServices.RdlObjectModel.ReportColor> -> Microsoft.ReportingServices.RdlObjectModel.ColorProperty
Public Sub New (name As String, defaultValue As Nullable(Of ReportColor))
Parameters
- name
- String
The name of the color.
- defaultValue
- Nullable<ReportColor>
The color object.