ReportStringProperty Class

Represents a report string property.

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

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
    Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty

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.