Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Indicates whether the colors that are assigned to map items will be displayed in the map color scale.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ShowInColorScale As ReportExpression(Of Boolean)
Get
Set
'Uso
Dim instance As MapColorRule
Dim value As ReportExpression(Of Boolean)
value = instance.ShowInColorScale
instance.ShowInColorScale = value
public ReportExpression<bool> ShowInColorScale { get; set; }
public:
property ReportExpression<bool> ShowInColorScale {
ReportExpression<bool> get ();
void set (ReportExpression<bool> value);
}
member ShowInColorScale : ReportExpression<bool> with get, set
function get ShowInColorScale () : ReportExpression<boolean>
function set ShowInColorScale (value : ReportExpression<boolean>)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<Boolean>
A ReportExpression<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel