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.
Gets the color value of the property.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property Value As ReportColor
Get
'Usage
Dim instance As ReportColorProperty
Dim value As ReportColor
value = instance.Value
public ReportColor Value { get; }
public:
property ReportColor^ Value {
ReportColor^ get ();
}
member Value : ReportColor
function get Value () : ReportColor
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportColor
A ReportColor object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace