Partager via


Propriété RectangleInstance.PageName

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PageName As String 
    Get
'Utilisation
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

Valeur de propriété

Type : System.String
A string value.

Voir aussi

Référence

RectangleInstance Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering