ReportUrlProperty Class

Definition

Represents a ReportUrl property in the report.

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

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

Applies to