Partilhar via


Propriedade do RDL RectangleInstance.PageName

Gets the calculated value of the PageName property in a Rectangle class.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property PageName As String 
    Get
'Uso
Dim instance As RectangleInstance 
Dim value As String 

value = instance.PageName
public string PageName { get; }
public:
property String^ PageName {
    String^ get ();
}
member PageName : string
function get PageName () : String

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

RectangleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering