ReportInstance.InitialPageName Propiedad
Gets the calculated value of the InitialPageName property in a Report class.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property InitialPageName As String
Get
'Uso
Dim instance As ReportInstance
Dim value As String
value = instance.InitialPageName
public string InitialPageName { get; }
public:
property String^ InitialPageName {
String^ get ();
}
member InitialPageName : string
function get InitialPageName () : String
Valor de la propiedad
Tipo: System.String
A string value that represents the calculated value of the InitialPageName property.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering