ReportColorProperty Class

Definition

Represents a ReportColor property in the report.

public ref class ReportColorProperty sealed : Microsoft::ReportingServices::OnDemandReportRendering::ReportProperty
public sealed class ReportColorProperty : Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
type ReportColorProperty = class
    inherit ReportProperty
Public NotInheritable Class ReportColorProperty
Inherits ReportProperty
Inheritance
ReportColorProperty

Properties

ExpressionString

Gets the expression string for the report property, if the report property is an expression.

(Inherited from ReportProperty)
IsExpression

Gets a value that indicates whether the value of the report property is an expression.

(Inherited from ReportProperty)
Value

Gets the color value of the property.

Applies to