Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Color of the border (unless overridden for a specific side).
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Color As ReportExpression(Of ReportColor)
Get
Set
'Usage
Dim instance As Border
Dim value As ReportExpression(Of ReportColor)
value = instance.Color
instance.Color = value
public ReportExpression<ReportColor> Color { get; set; }
public:
property ReportExpression<ReportColor> Color {
ReportExpression<ReportColor> get ();
void set (ReportExpression<ReportColor> value);
}
member Color : ReportExpression<ReportColor> with get, set
function get Color () : ReportExpression<ReportColor>
function set Color (value : ReportExpression<ReportColor>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<ReportColor>
A ReportExpression<T> object.