ItemBorderColor.Default Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
public:
property Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor> Default { Microsoft::ReportingServices::RdlObjectModel::ReportExpression<Microsoft::ReportingServices::RdlObjectModel::ReportColor> get(); };
[System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportColorEditor), typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ColorConverter_RGB_Nullable))]
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor> Default { get; }
[<System.ComponentModel.Editor(typeof(Microsoft.ReportDesigner.ReportColorEditor), typeof(System.Drawing.Design.UITypeEditor))>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.ReportDesigner.ColorConverter_RGB_Nullable))>]
member this.Default : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Microsoft.ReportingServices.RdlObjectModel.ReportColor>
Public ReadOnly Property Default As ReportExpression(Of ReportColor)
Valor de propiedad
- Atributos