ReportColorProperty Class

Represents a ReportColor property in the report.

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportColorProperty

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public NotInheritable Class ReportColorProperty _
    Inherits ReportProperty
'Usage
Dim instance As ReportColorProperty
public sealed class ReportColorProperty : ReportProperty
public ref class ReportColorProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportColorProperty =  
    class 
        inherit ReportProperty 
    end
public final class ReportColorProperty extends ReportProperty

The ReportColorProperty type exposes the following members.

Properties

  Name Description
Public property ExpressionString Gets the expression string for the report property, if the report property is an expression. (Inherited from ReportProperty.)
Public property IsExpression Gets a value that indicates whether the value of the report property is an expression. (Inherited from ReportProperty.)
Public property Value Gets the color value of the property.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ReportingServices.OnDemandReportRendering Namespace