Свойство DataRegionInstance.PageName
Gets the calculated value of the PageName property in a DataRegion class.
Пространство имен: Microsoft.ReportingServices.OnDemandReportRendering
Сборка: Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)
Синтаксис
'Декларация
Public ReadOnly Property PageName As String
Get
'Применение
Dim instance As DataRegionInstance
Dim value As String
value = instance.PageName
public string PageName { get; }
public:
property String^ PageName {
String^ get ();
}
member PageName : string
function get PageName () : String
Значение свойства
Тип: System.String
A string value that represents the calculated value of the PageName property.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.OnDemandReportRendering