- Home
- Products
- Integration
- Tutorial
- Barcode FAQ
- Purchase
- Company
Application type WinForm Web-based in Visual Basic .NET
Application type WinForm Web-based Data Matrix ECC200 Creator In Visual Basic .NET Using Barcode maker for .NET Control to generate, create Data Matrix 2d barcode image in .NET framework applications. www.OnBarcode.comScanning Data Matrix 2d Barcode In Visual Basic .NET Using Barcode scanner for Visual Studio .NET Control to read, scan read, scan image in .NET applications. www.OnBarcode.comBoth
Print Barcode In Visual Basic .NET Using Barcode creator for .NET Control to generate, create Barcode image in .NET applications. www.OnBarcode.comPDF417 Generation In VB.NET Using Barcode printer for Visual Studio .NET Control to generate, create PDF 417 image in Visual Studio .NET applications. www.OnBarcode.comTo report-enable your applications by URL, you need to learn the URL syntax supported by the Report Server. 10.2.1 Understanding URL syntax The URL access option uses a typical HTTP-GET syntax, where additional arguments can be passed as query parameters, as follows: Code 128 Code Set B Creation In VB.NET Using Barcode encoder for .NET Control to generate, create Code 128B image in VS .NET applications. www.OnBarcode.comDrawing QR Code 2d Barcode In VB.NET Using Barcode printer for VS .NET Control to generate, create QR Code 2d barcode image in .NET applications. www.OnBarcode.comhttp://<ComputerName>/<ReportServerVroot> [/<ResourcePath>] &prefix:param=value[&prefix:param=value]...n] UCC - 12 Encoder In Visual Basic .NET Using Barcode creation for .NET Control to generate, create UCC - 12 image in VS .NET applications. www.OnBarcode.comMSI Plessey Creator In VB.NET Using Barcode encoder for VS .NET Control to generate, create MSI Plessey image in .NET applications. www.OnBarcode.comTable 10.2 lists the supported URL arguments.
Encode Data Matrix 2d Barcode In Objective-C Using Barcode encoder for iPad Control to generate, create Data Matrix ECC200 image in iPad applications. www.OnBarcode.comData Matrix 2d Barcode Generator In Objective-C Using Barcode drawer for iPhone Control to generate, create Data Matrix ECC200 image in iPhone applications. www.OnBarcode.comTable 10.2 Argument ComputerName ReportServerVroot ResourcePath URL arguments for HTTP-GET requests Description Specifies the name of the computer hosting the Report Server. Specifies the Report Server s virtual root name. Specifies the catalog path to the resource relative to the root (Home) folder. Cannot be longer than 260 characters. Specifies the command type. Can be one of the following values: rs For commands targeting the Report Server rc For commands targeting the HTML Viewer dsu and dsp For specifying the username and password when the The Credentials Supplied by the User Running the Report data source option is used. blank A report parameter is assumed. Example localhost ReportServer /AWReporter/Sales By Territory http://localhost/ reportserver / AWReporter/Sales By Territory Interactive&Year= 2006&Territory= 1&rs:Command= Render continued on next page Code 3/9 Maker In .NET Using Barcode generation for .NET Control to generate, create Code39 image in VS .NET applications. www.OnBarcode.comECC200 Generation In VS .NET Using Barcode creator for VS .NET Control to generate, create Data Matrix 2d barcode image in Visual Studio .NET applications. www.OnBarcode.comprefix
Create EAN / UCC - 13 In VS .NET Using Barcode generation for ASP.NET Control to generate, create EAN13 image in ASP.NET applications. www.OnBarcode.comUCC.EAN - 128 Maker In Java Using Barcode drawer for Java Control to generate, create GS1-128 image in Java applications. www.OnBarcode.comON-DEMAND REPORT DELIVERY
QR Code Decoder In Java Using Barcode decoder for Java Control to read, scan read, scan image in Java applications. www.OnBarcode.comQR Code Generator In Visual Studio .NET Using Barcode generation for ASP.NET Control to generate, create QR Code JIS X 0510 image in ASP.NET applications. www.OnBarcode.comTable 10.2 Argument param
Barcode Decoder In VS .NET Using Barcode decoder for Visual Studio .NET Control to read, scan read, scan image in VS .NET applications. www.OnBarcode.comEncoding UPC Code In None Using Barcode generation for Microsoft Excel Control to generate, create UPCA image in Excel applications. www.OnBarcode.comURL arguments for HTTP-GET requests (continued) Description Specifies the name of the command or parameter. Example See the previous example, where Year and Territory are report parameters, Reading PDF 417 In VS .NET Using Barcode reader for Visual Studio .NET Control to read, scan read, scan image in VS .NET applications. www.OnBarcode.comPainting Denso QR Bar Code In Java Using Barcode creator for Java Control to generate, create QR Code image in Java applications. www.OnBarcode.comThe URL syntax is not case sensitive. Note the question mark that prefixes the ResourcePath argument. It is easy to miss (we ve done it many times), but if you omit it, the URL request will fail. Notice that when you submit URL requests from the browser, the browser URLescapes the string. For example, / is encoded as %2f. You don t have to do this explicitly when you define static hyperlinks or submit URL requests programmatically, because the browser (or the Web Browser ActiveX control) handles this automatically for you. Now that you re familiar with the URL syntax, let s see how to request RS resources by URL. 10.2.2 Requesting resources by URL With RS you are not limited to requesting just reports. Instead, you can ask the Report Server to return any resource stored in the report catalog, such as folders and data sources. For example, you may have a web page that needs to show the Adventure Works Cycles (AWC) logo, which is stored as an image file in the report catalog. To accomplish this, you can set the image source to the URL address of the image item, as shown here: <IMG SRC="http://localhost/ReportServer /AWReporter/AWC.jpg"/>
NOTE
We are far from advocating that you use the report catalog as a document repository it should be used only to store report-related items. The response that the Report Server sends back depends on the type of requested resource. Requesting folders Just as you would use Windows Explorer to see the files a given folder contains, you may want to see the contents of an RS folder. To see the folder contents using the URL access options, use the syntax http://<ComputerName>/ReportServer /<FolderPath>
where <FolderPath> is the path to the folder in the report catalog. Optionally, for faster performance, you can tell the Report Server that you mean to view the folder contents by using the ListChildren command. If you don t use this command, the Report Server has to determine the type of the resource being requested and uses the default command. URL-BASED REPORT ACCESS 345 You request the AWReporter folder resources by URL.
For example, to view the contents of the AWReporter folder, use the following syntax: http://localhost/ReportServer /AWReporter&rs:Command=ListChildren
If a folder is requested, the Report Server renders the folder s contents, as shown in figure 10.2. When you request a folder, the names of the resources contained in that folder appear as hyperlinks. When the link points to another folder, the user can click the hyperlink to drill down further in the folder namespace. Otherwise, the hyperlink will render the resource. As with the Report Manager, the Report Server will show only resources that the user has the rights to view (at minimum, Browser rights are required to view a resource). Requesting data sources Although we do not recommend this for security reasons, you can allow users to view the definition of a shared data source using the following syntax:
|
|