Поделиться через


Свойство GroupInstance.PageName

Gets the calculated page name of this GroupInstance.

Пространство имен:  Microsoft.ReportingServices.OnDemandReportRendering
Сборка:  Microsoft.ReportingServices.ProcessingCore (в Microsoft.ReportingServices.ProcessingCore.dll)

Синтаксис

'Декларация
Public ReadOnly Property PageName As String 
    Get
'Применение
Dim instance As GroupInstance 
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
An string value that represents the calculated page name of this GroupInstance.

См. также

Справочник

GroupInstance Класс

Пространство имен Microsoft.ReportingServices.OnDemandReportRendering