ReportSizeProperty Class
Represents a ReportSize property in the report.
Inheritance Hierarchy
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportProperty
Microsoft.ReportingServices.OnDemandReportRendering.ReportSizeProperty
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public NotInheritable Class ReportSizeProperty _
Inherits ReportProperty
'Usage
Dim instance As ReportSizeProperty
public sealed class ReportSizeProperty : ReportProperty
public ref class ReportSizeProperty sealed : public ReportProperty
[<SealedAttribute>]
type ReportSizeProperty =
class
inherit ReportProperty
end
public final class ReportSizeProperty extends ReportProperty
The ReportSizeProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
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 size value of the property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
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.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace