ReportSizeProperty.Value 属性

Gets the size value of the property.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Value As ReportSize
    Get
用法
Dim instance As ReportSizeProperty
Dim value As ReportSize

value = instance.Value
public ReportSize Value { get; }
public:
property ReportSize^ Value {
    ReportSize^ get ();
}
member Value : ReportSize
function get Value () : ReportSize