Класс ReportStringProperty
Represents a report string property.
Иерархия наследования
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public NotInheritable Class ReportStringProperty _
Inherits ReportProperty
'Применение
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
Тип ReportStringProperty обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
ExpressionString | Gets the expression string for the report property, if the report property is an expression. (Производный от ReportProperty.) | |
IsExpression | Gets a value that indicates whether the value of the report property is an expression. (Производный от ReportProperty.) | |
Value | Gets the string value of the report string property. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering