ReportStringProperty Class

Definition

Represents a report string property.

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

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 string value of the report string property.

Applies to